Skip to content

Commit d0babb8

Browse files
committed
Merge pull request godotengine#111172 from HolonProduction/rm-subclass-count
Remove unused `GDScript::subclass_count`
2 parents ea1aec2 + c06063d commit d0babb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/gdscript/gdscript.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ class GDScript : public Script {
174174
Error _static_init();
175175
void _static_default_init(); // Initialize static variables with default values based on their types.
176176

177-
int subclass_count = 0;
178177
RBSet<Object *> instances;
179178
bool destructing = false;
180179
bool clearing = false;

0 commit comments

Comments
 (0)