mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Cleanup unused engine code v2
This commit is contained in:
parent
cd0a9ccdfd
commit
c0083e431b
39 changed files with 0 additions and 573 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue