You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user