summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-07-08 17:08:36 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-07-08 17:09:36 +0200
commitd7dd10a1a2f64d4e77f09e7d63ce55630863616c (patch)
treef8d632b308b531f9baaffb05427af601fa865f5c /tools/editor/editor_node.h
parent7e3044981ef3ed2a71270e331f2a36f57d5ec0c5 (diff)
Cleanup: drop ImportSettingsDialog, replaced by contextual actions
Note that it was already commented out.
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index f694c65db8..c4414d5c36 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -74,7 +74,6 @@
#include "tools/editor/editor_sub_scene.h"
#include "editor_import_export.h"
#include "editor_reimport_dialog.h"
-#include "import_settings.h"
#include "tools/editor/editor_plugin.h"
#include "tools/editor/editor_name_dialog.h"
@@ -177,7 +176,6 @@ private:
RUN_RELOAD_SCRIPTS,
SETTINGS_UPDATE_ALWAYS,
SETTINGS_UPDATE_CHANGES,
- SETTINGS_IMPORT,
SETTINGS_EXPORT_PREFERENCES,
SETTINGS_PREFERENCES,
SETTINGS_OPTIMIZED_PRESETS,
@@ -338,7 +336,6 @@ private:
Vector<EditorPlugin*> editor_table;
EditorReImportDialog *reimport_dialog;
- ImportSettingsDialog *import_settings;
ProgressDialog *progress_dialog;
BackgroundProgress *progress_hb;