You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove unimplemented methods
This commit is contained in:
@@ -269,7 +269,6 @@ private:
|
||||
};
|
||||
|
||||
Map<StringName, ProfileData> profile_data;
|
||||
bool profiling = false;
|
||||
|
||||
public:
|
||||
// These two maps must only be touched on the main thread
|
||||
@@ -295,8 +294,6 @@ public:
|
||||
return singleton;
|
||||
}
|
||||
|
||||
void _hacky_api_anchor();
|
||||
|
||||
_FORCE_INLINE_ void set_language_index(int p_idx) { lang_idx = p_idx; }
|
||||
|
||||
#ifndef NO_THREADS
|
||||
|
||||
Reference in New Issue
Block a user