diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-25 21:55:59 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-25 21:57:08 -0300 |
commit | 96de0141ccef3bb035574010816dafdbfc17eb63 (patch) | |
tree | 24bcad418177b4aba1a24d959a50ff401028f0ea /core/io/resource_format_binary.h | |
parent | ae258e2679bd9deda8b311d030771fab03303833 (diff) | |
download | redot-engine-96de0141ccef3bb035574010816dafdbfc17eb63.tar.gz |
Removed import/export system, will start new one from scratch.
Diffstat (limited to 'core/io/resource_format_binary.h')
-rw-r--r-- | core/io/resource_format_binary.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/resource_format_binary.h b/core/io/resource_format_binary.h index 611029e792..1dac51cc5c 100644 --- a/core/io/resource_format_binary.h +++ b/core/io/resource_format_binary.h @@ -109,7 +109,6 @@ public: virtual bool handles_type(const String& p_type) const; virtual String get_resource_type(const String &p_path) const; virtual void get_dependencies(const String& p_path, List<String> *p_dependencies, bool p_add_types=false); - virtual Error load_import_metadata(const String &p_path, Ref<ResourceImportMetadata>& r_var) const; virtual Error rename_dependencies(const String &p_path,const Map<String,String>& p_map); |