Skip to content

Commit c06063d

Browse files
Remove unused GDScript::subclass_count
1 parent 8d8041b commit c06063d

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
@@ -175,7 +175,6 @@ class GDScript : public Script {
175175
Error _static_init();
176176
void _static_default_init(); // Initialize static variables with default values based on their types.
177177

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

0 commit comments

Comments
 (0)