You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Cleanup unused engine code v2
This commit is contained in:
@@ -661,10 +661,6 @@ Error ResourceLoaderBinary::parse_variant(Variant &r_v) {
|
||||
return OK; //never reach anyway
|
||||
}
|
||||
|
||||
void ResourceLoaderBinary::set_local_path(const String &p_local_path) {
|
||||
res_path = p_local_path;
|
||||
}
|
||||
|
||||
Ref<Resource> ResourceLoaderBinary::get_resource() {
|
||||
return resource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user