From 96de0141ccef3bb035574010816dafdbfc17eb63 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 25 Jan 2017 21:55:59 -0300 Subject: Removed import/export system, will start new one from scratch. --- tools/editor/editor_node.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tools/editor/editor_node.h') diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index fbba7ae7a9..faf11f5d20 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -340,7 +340,7 @@ private: Vector main_editor_buttons; Vector editor_table; - EditorReImportDialog *reimport_dialog; +// EditorReImportDialog *reimport_dialog; ProgressDialog *progress_dialog; BackgroundProgress *progress_hb; @@ -391,8 +391,8 @@ private: EditorData editor_data; EditorRun editor_run; EditorSelection *editor_selection; - ProjectExport *project_export; - ProjectExportDialog *project_export_settings; +// ProjectExport *project_export; +// ProjectExportDialog *project_export_settings; EditorResourcePreview *resource_preview; EditorFileServer *file_server; @@ -647,9 +647,6 @@ public: void add_control_to_dock(DockSlot p_slot,Control* p_control); void remove_control_from_dock(Control* p_control); - void add_editor_import_plugin(const Ref& p_editor_import); - void remove_editor_import_plugin(const Ref& p_editor_import); - void set_addon_plugin_enabled(const String& p_addon,bool p_enabled); bool is_addon_plugin_enabled(const String &p_addon) const; -- cgit v1.2.3