mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove unused GDScript::subclass_count
This commit is contained in:
@@ -175,7 +175,6 @@ private:
|
||||
Error _static_init();
|
||||
void _static_default_init(); // Initialize static variables with default values based on their types.
|
||||
|
||||
int subclass_count = 0;
|
||||
RBSet<Object *> instances;
|
||||
bool destructing = false;
|
||||
bool clearing = false;
|
||||
|
||||
Reference in New Issue
Block a user