Remove redundant ClassDB::locker declaration

This commit is contained in:
Alexander Montag
2025-03-26 21:08:55 +01:00
parent 594d64ec24
commit b79a6ca3e7

View File

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