You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unimplemented methods
This commit is contained in:
@@ -1139,15 +1139,12 @@ void NativeScriptLanguage::profiling_start() {
|
||||
MutexLock lock(mutex);
|
||||
|
||||
profile_data.clear();
|
||||
profiling = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void NativeScriptLanguage::profiling_stop() {
|
||||
#ifdef DEBUG_ENABLED
|
||||
MutexLock lock(mutex);
|
||||
|
||||
profiling = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user