|
@@ -520,9 +520,6 @@ private:
|
|
|
void _run(bool p_current = false, const String &p_custom = "");
|
|
|
void _run_native(const Ref<EditorExportPreset> &p_preset);
|
|
|
|
|
|
- void _save_optimized();
|
|
|
- void _import_action(const String &p_action);
|
|
|
- void _import(const String &p_file);
|
|
|
void _add_to_recent_scenes(const String &p_scene);
|
|
|
void _update_recent_scenes();
|
|
|
void _open_recent_scene(int p_idx);
|
|
@@ -560,7 +557,6 @@ private:
|
|
|
static void _editor_file_dialog_register(EditorFileDialog *p_dialog);
|
|
|
static void _editor_file_dialog_unregister(EditorFileDialog *p_dialog);
|
|
|
|
|
|
- void _cleanup_scene();
|
|
|
void _remove_edited_scene(bool p_change_tab = true);
|
|
|
void _remove_scene(int index, bool p_change_tab = true);
|
|
|
bool _find_and_save_resource(RES p_res, Map<RES, bool> &processed, int32_t flags);
|
|
@@ -658,8 +654,6 @@ private:
|
|
|
static int build_callback_count;
|
|
|
static EditorBuildCallback build_callbacks[MAX_BUILD_CALLBACKS];
|
|
|
|
|
|
- void _license_tree_selected();
|
|
|
-
|
|
|
void _update_update_spinner();
|
|
|
|
|
|
Vector<Ref<EditorResourceConversionPlugin>> resource_conversion_plugins;
|
|
@@ -778,7 +772,6 @@ public:
|
|
|
SubViewport *get_scene_root() { return scene_root; } // root of the scene being edited
|
|
|
|
|
|
void fix_dependencies(const String &p_for_file);
|
|
|
- void clear_scene() { _cleanup_scene(); }
|
|
|
int new_scene();
|
|
|
Error load_scene(const String &p_scene, bool p_ignore_broken_deps = false, bool p_set_inherited = false, bool p_clear_errors = true, bool p_force_open_imported = false, bool p_silent_change_tab = false);
|
|
|
Error load_resource(const String &p_resource, bool p_ignore_broken_deps = false);
|
|
@@ -851,8 +844,6 @@ public:
|
|
|
|
|
|
bool is_scene_in_use(const String &p_path);
|
|
|
|
|
|
- void scan_import_changes();
|
|
|
-
|
|
|
void save_layout();
|
|
|
|
|
|
void open_export_template_manager();
|
|
@@ -894,7 +885,6 @@ public:
|
|
|
|
|
|
EditorNode();
|
|
|
~EditorNode();
|
|
|
- void get_singleton(const char *arg1, bool arg2);
|
|
|
|
|
|
void add_resource_conversion_plugin(const Ref<EditorResourceConversionPlugin> &p_plugin);
|
|
|
void remove_resource_conversion_plugin(const Ref<EditorResourceConversionPlugin> &p_plugin);
|