Merge pull request #111172 from HolonProduction/rm-subclass-count

Remove unused `GDScript::subclass_count`
This commit is contained in:
Thaddeus Crews 2025-11-10 08:20:13 -06:00
commit d0babb8453
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -174,7 +174,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;