Browse Source

Remove redundant ClassDB::locker declaration

Alexander Montag 4 months ago
parent
commit
b79a6ca3e7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/object/class_db.h

+ 0 - 1
core/object/class_db.h

@@ -175,7 +175,6 @@ public:
 			~Lock();
 		};
 	};
-	inline static Locker locker;
 
 	static HashMap<StringName, ClassInfo> classes;
 	static HashMap<StringName, StringName> resource_base_extensions;