From c06063d962c106acb1497d6741bcdea833899b0b Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Thu, 2 Oct 2025 19:16:41 +0200 Subject: [PATCH] Remove unused `GDScript::subclass_count` --- modules/gdscript/gdscript.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h index f4f95e4e77..09033ef51d 100644 --- a/modules/gdscript/gdscript.h +++ b/modules/gdscript/gdscript.h @@ -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 instances; bool destructing = false; bool clearing = false;