1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove unused editor/active project setting

This closes #33322.
This commit is contained in:
Hugo Locurcio
2019-11-04 14:34:45 +01:00
parent 86da206b84
commit 8ca0f1a71c
2 changed files with 0 additions and 5 deletions

View File

@@ -1423,8 +1423,6 @@ bool Main::start() {
}
}
GLOBAL_DEF("editor/active", editor);
String main_loop_type;
#ifdef TOOLS_ENABLED
if (doc_tool != "") {