diff options
Diffstat (limited to 'editor/editor_file_system.h')
-rw-r--r-- | editor/editor_file_system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h index b0c6f0de51..aee40ed23d 100644 --- a/editor/editor_file_system.h +++ b/editor/editor_file_system.h @@ -290,7 +290,6 @@ class EditorFileSystem : public Node { void _queue_update_scene_groups(const String &p_path); void _update_scene_groups(); void _update_pending_scene_groups(); - HashSet<StringName> _get_scene_groups(const String &p_path); void _get_all_scenes(EditorFileSystemDirectory *p_dir, HashSet<String> &r_list); String _get_global_script_class(const String &p_type, const String &p_path, String *r_extends, String *r_icon_path) const; |