summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-07 00:43:45 +0200
committerGitHub <noreply@github.com>2021-05-07 00:43:45 +0200
commit3a5310ccb990633bbba1d17dbeb503d46faa8615 (patch)
tree6243000b7b33ba889823f55a4f7940c2b720daa7 /editor/editor_node.cpp
parent94f6fb6d240ae989c27810841d1d91ab5c1f2600 (diff)
parentce4aa07276f4772f86c9b2a38b49378ef991b981 (diff)
Merge pull request #35992 from Calinou/main-run-args-command-placeholder
Implement the `%command%` placeholder in the Main Run Args setting
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index ed670b1296..07e95e7b83 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -5877,8 +5877,6 @@ EditorNode::EditorNode() {
register_exporters();
- GLOBAL_DEF("editor/run/main_run_args", "");
-
ClassDB::set_class_enabled("RootMotionView", true);
//defs here, use EDITOR_GET in logic