@@ -346,8 +346,6 @@ class EditorNode : public Node {
346346 PopupMenu *tool_menu = nullptr ;
347347 PopupMenu *export_as_menu = nullptr ;
348348 Button *export_button = nullptr ;
349- Button *search_button = nullptr ;
350- TextureProgressBar *audio_vu = nullptr ;
351349
352350 Timer *screenshot_timer = nullptr ;
353351
@@ -408,10 +406,8 @@ class EditorNode : public Node {
408406 EditorBuildProfileManager *build_profile_manager = nullptr ;
409407 EditorFileDialog *file_templates = nullptr ;
410408 EditorFileDialog *file_export_lib = nullptr ;
411- EditorFileDialog *file_script = nullptr ;
412409 EditorFileDialog *file_android_build_source = nullptr ;
413410 EditorFileDialog *file_pack_zip = nullptr ;
414- String current_path;
415411 MenuButton *update_spinner = nullptr ;
416412
417413 EditorMainScreen *editor_main_screen = nullptr ;
@@ -463,7 +459,6 @@ class EditorNode : public Node {
463459 int current_menu_option = 0 ;
464460
465461 SubViewport *scene_root = nullptr ; // Root of the scene being edited.
466- Object *current = nullptr ;
467462
468463 Ref<Resource> saving_resource;
469464 HashSet<Ref<Resource>> saving_resources_in_path;
@@ -479,8 +474,6 @@ class EditorNode : public Node {
479474 SceneImportSettingsDialog *scene_import_settings = nullptr ;
480475 AudioStreamImportSettingsDialog *audio_stream_import_settings = nullptr ;
481476
482- String import_reload_fn;
483-
484477 HashSet<String> textfile_extensions;
485478 HashSet<String> other_file_extensions;
486479 HashSet<FileDialog *> file_dialogs;
0 commit comments