Revert "Fix FileSystem dock won't show any file folders"

This reverts commit 72856d633a.

Fixes #93022.
This commit is contained in:
Rémi Verschelde 2024-06-11 11:46:35 +02:00
parent 62a056aa56
commit e4fa8543ea
No known key found for this signature in database
GPG key ID: C3336907360768E1
10 changed files with 225 additions and 369 deletions

View file

@ -93,9 +93,6 @@ public:
String get_import_settings_hash() const;
String get_import_base_path(const String &p_for_file) const;
Error get_resource_import_info(const String &p_path, StringName &r_type, ResourceUID::ID &r_uid, String &r_import_group_file) const;
ResourceFormatImporter();
};