From 9c3ddf05cb9c59817d885e9daca6e8f61c89dc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Wed, 20 Mar 2019 21:43:19 +0100 Subject: Revert accidental commits This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab. --- main/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main') 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); -- cgit v1.2.3