You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove redundant ClassDB::locker declaration
This commit is contained in:
@@ -175,7 +175,6 @@ public:
|
|||||||
~Lock();
|
~Lock();
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
inline static Locker locker;
|
|
||||||
|
|
||||||
static HashMap<StringName, ClassInfo> classes;
|
static HashMap<StringName, ClassInfo> classes;
|
||||||
static HashMap<StringName, StringName> resource_base_extensions;
|
static HashMap<StringName, StringName> resource_base_extensions;
|
||||||
|
|||||||
Reference in New Issue
Block a user