summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-02-13 01:35:03 +0100
committerkobewi <kobewi4e@gmail.com>2021-02-13 01:35:03 +0100
commit6b4faa355cc966b4e6cffa51b4ad9b3bda7eb3ae (patch)
tree4cd9236afc9fe5295a0d062de5219badfe25d107 /editor/editor_node.h
parente7ab3a41326117938d8397562cf796da6a6d1780 (diff)
downloadredot-engine-6b4faa355cc966b4e6cffa51b4ad9b3bda7eb3ae.tar.gz
Remove Merge From Scene
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 3785d29c41..76f6bbdbcf 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -128,7 +128,6 @@ private:
FILE_SAVE_ALL_SCENES,
FILE_SAVE_AND_RUN,
FILE_SHOW_IN_FILESYSTEM,
- FILE_IMPORT_SUBSCENE,
FILE_EXPORT_PROJECT,
FILE_EXPORT_MESH_LIBRARY,
FILE_INSTALL_ANDROID_SOURCE,
@@ -716,8 +715,6 @@ public:
void save_resource(const Ref<Resource> &p_resource);
void save_resource_as(const Ref<Resource> &p_resource, const String &p_at_path = String());
- void merge_from_scene() { _menu_option_confirm(FILE_IMPORT_SUBSCENE, false); }
-
void show_about() { _menu_option_confirm(HELP_ABOUT, false); }
static bool has_unsaved_changes() { return singleton->unsaved_cache; }