summaryrefslogtreecommitdiffstats
path: root/core/io/resource_format_binary.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-19 19:32:51 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-19 19:32:51 +0100
commit4ca6a9809d54aafcb9887cec037ee1f3947fdf02 (patch)
tree52f3e5e5814217b1adbd7a2a369bf5d799482e86 /core/io/resource_format_binary.cpp
parent8b923163686d3141addaab3931d8875beb4f91d8 (diff)
parentc0083e431bb7bf66987f396cf9a62fa372d92fe9 (diff)
downloadredot-engine-4ca6a9809d54aafcb9887cec037ee1f3947fdf02.tar.gz
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Cleanup unused engine code v2
Diffstat (limited to 'core/io/resource_format_binary.cpp')
-rw-r--r--core/io/resource_format_binary.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp
index 45e1301930..03beb25b03 100644
--- a/core/io/resource_format_binary.cpp
+++ b/core/io/resource_format_binary.cpp
@@ -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;
}