mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Style: Cleanup single-line blocks, semicolons, dead code
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.
This commit is contained in:
parent
f5b9cbaff6
commit
b8b4580448
137 changed files with 847 additions and 1269 deletions
|
@ -930,8 +930,6 @@ void VisualScript::get_script_property_list(List<PropertyInfo> *p_list) const {
|
|||
get_variable_list(&vars);
|
||||
|
||||
for (const StringName &E : vars) {
|
||||
//if (!variables[E]._export)
|
||||
// continue;
|
||||
PropertyInfo pi = variables[E].info;
|
||||
pi.usage |= PROPERTY_USAGE_SCRIPT_VARIABLE;
|
||||
p_list->push_back(pi);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue