summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2019-03-20 21:43:19 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2019-03-20 21:43:55 +0100
commit9c3ddf05cb9c59817d885e9daca6e8f61c89dc97 (patch)
tree7342d3341c456e5dec9ef1b1414b9b2bae353de8 /main
parent4db0f51b9aa76cfc7649787fe1970af606ce8dab (diff)
Revert accidental commits
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 517e71ff76..0871b12338 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -75,7 +75,6 @@
#include "editor/doc/doc_data_class_path.gen.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
-#include "editor/live_view.h"
#include "editor/project_manager.h"
#endif
@@ -812,10 +811,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
}
#ifdef TOOLS_ENABLED
- if (script_debugger) {
- script_debugger->set_request_framebuffer_message_func(LiveViewDebugHelper::_debugger_request_framebuffer, NULL);
- }
-
if (editor) {
packed_data->set_disabled(true);
globals->set_disable_feature_overrides(true);