From 8ca0f1a71c427e9ece931672289d88ad0cbe5a9b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 4 Nov 2019 14:34:45 +0100 Subject: [PATCH] Remove unused `editor/active` project setting This closes #33322. --- doc/classes/ProjectSettings.xml | 3 --- main/main.cpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index eb937df2860..ec7cf14571f 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -428,9 +428,6 @@ If [code]true[/code], enables vertical synchronization. This eliminates tearing that may appear in moving scenes, at the cost of higher input latency and stuttering at lower framerates. If [code]false[/code], vertical synchronization will be disabled, however, many platforms will enforce it regardless (such as mobile platforms and HTML5). - - Internal editor setting, don't touch. - diff --git a/main/main.cpp b/main/main.cpp index 28c4ef7fbb9..28ab80bec26 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 != "") {