mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #111172 from HolonProduction/rm-subclass-count
Remove unused `GDScript::subclass_count`
This commit is contained in:
commit
d0babb8453
1 changed files with 0 additions and 1 deletions
|
|
@ -174,7 +174,6 @@ private:
|
||||||
Error _static_init();
|
Error _static_init();
|
||||||
void _static_default_init(); // Initialize static variables with default values based on their types.
|
void _static_default_init(); // Initialize static variables with default values based on their types.
|
||||||
|
|
||||||
int subclass_count = 0;
|
|
||||||
RBSet<Object *> instances;
|
RBSet<Object *> instances;
|
||||||
bool destructing = false;
|
bool destructing = false;
|
||||||
bool clearing = false;
|
bool clearing = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue