summaryrefslogtreecommitdiff
path: root/core/io/resource_importer.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-12-09 13:01:50 +0100
committerGitHub <noreply@github.com>2020-12-09 13:01:50 +0100
commit114f97ff110aa0b5c54ea1c8279b21dc73c5efc8 (patch)
tree065ed6b74f7e0171c1bc9f8d94fcee2f01d7f7cb /core/io/resource_importer.h
parente48d1b3f518d24a5ff0cb7f636c07162873fa63e (diff)
parent2c048ea16429cfa4e6b200a4fe519ee9db7c3f99 (diff)
Merge pull request #44128 from KoBeWi/🧹
Cleanup unused engine code
Diffstat (limited to 'core/io/resource_importer.h')
-rw-r--r--core/io/resource_importer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/resource_importer.h b/core/io/resource_importer.h
index 30bbd43c18..1b300bf656 100644
--- a/core/io/resource_importer.h
+++ b/core/io/resource_importer.h
@@ -70,7 +70,6 @@ public:
virtual String get_import_group_file(const String &p_path) const;
virtual bool exists(const String &p_path) const;
- virtual bool can_be_imported(const String &p_path) const;
virtual int get_import_order(const String &p_path) const;
String get_internal_resource_path(const String &p_path) const;