mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-04 18:10:07 +03: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);
|
get_variable_list(&vars);
|
||||||
|
|
||||||
for (const StringName &E : vars) {
|
for (const StringName &E : vars) {
|
||||||
//if (!variables[E]._export)
|
|
||||||
// continue;
|
|
||||||
PropertyInfo pi = variables[E].info;
|
PropertyInfo pi = variables[E].info;
|
||||||
pi.usage |= PROPERTY_USAGE_SCRIPT_VARIABLE;
|
pi.usage |= PROPERTY_USAGE_SCRIPT_VARIABLE;
|
||||||
p_list->push_back(pi);
|
p_list->push_back(pi);
|
||||||
|
|||||||
Reference in New Issue
Block a user