You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove unused has_global_classes()
This commit is contained in:
@@ -369,10 +369,6 @@ void ScriptServer::save_global_classes() {
|
||||
ProjectSettings::get_singleton()->store_global_class_list(gcarr);
|
||||
}
|
||||
|
||||
bool ScriptServer::has_global_classes() {
|
||||
return !global_classes.is_empty();
|
||||
}
|
||||
|
||||
String ScriptServer::get_global_class_cache_file_path() {
|
||||
return ProjectSettings::get_singleton()->get_global_class_list_path();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user