summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-01-06 10:09:15 +0100
committerGitHub <noreply@github.com>2021-01-06 10:09:15 +0100
commit89a83a8af263ca9e997aa6d70b5b18c5b07e5fdb (patch)
treeeaa29cfd780dcb19041ac124c2cba7d474050cfe /editor/editor_node.h
parent598b52c1ba059f7ec21cd68f1b9035fd0fb85e76 (diff)
parenta54110ba600825319552dd839fd62ebcdb449317 (diff)
Merge pull request #44952 from EricEzaM/PR/update-run-scene-save-dialog
Made save dialog open immediately when running unsaved scene.
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 0ef2e8cbfc..12aa2a2f5d 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -125,7 +125,6 @@ private:
FILE_SAVE_SCENE,
FILE_SAVE_AS_SCENE,
FILE_SAVE_ALL_SCENES,
- FILE_SAVE_BEFORE_RUN,
FILE_SAVE_AND_RUN,
FILE_SHOW_IN_FILESYSTEM,
FILE_IMPORT_SUBSCENE,