summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2019-11-04 14:34:45 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2019-11-04 14:35:46 +0100
commit8ca0f1a71c427e9ece931672289d88ad0cbe5a9b (patch)
tree3132cd97a4c5a24f61cf083a2445eece1c5efe6e /main
parent86da206b84e107585deddfebc2c311c9dcc10795 (diff)
downloadredot-engine-8ca0f1a71c427e9ece931672289d88ad0cbe5a9b.tar.gz
Remove unused `editor/active` project setting
This closes #33322.
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 28c4ef7fbb..28ab80bec2 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -1423,8 +1423,6 @@ bool Main::start() {
}
}
- GLOBAL_DEF("editor/active", editor);
-
String main_loop_type;
#ifdef TOOLS_ENABLED
if (doc_tool != "") {