summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorStijn Hinlopen <f.a.hinlopen@gmail.com>2020-07-02 12:08:03 +0200
committerStijn Hinlopen <f.a.hinlopen@gmail.com>2020-07-02 13:50:31 +0200
commitc3d9f12a102d20a67eb203b342c9c9ef65192025 (patch)
tree54bf7305ebb0baada74f44b2a2f2664ad5711b82 /editor/editor_log.h
parentb46627e7b2872caa0e0141e8c45179b1000964af (diff)
downloadredot-engine-c3d9f12a102d20a67eb203b342c9c9ef65192025.tar.gz
Remove unused class PaneDrag
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 3bf5615346..73a8c3f0c5 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -32,7 +32,6 @@
#define EDITOR_LOG_H
#include "core/os/thread.h"
-#include "pane_drag.h"
#include "scene/gui/box_container.h"
#include "scene/gui/button.h"
#include "scene/gui/control.h"
@@ -50,7 +49,6 @@ class EditorLog : public VBoxContainer {
Label *title;
RichTextLabel *log;
HBoxContainer *title_hb;
- //PaneDrag *pd;
Button *tool_button;
static void _error_handler(void *p_self, const char *p_func, const char *p_file, int p_line, const char *p_error, const char *p_errorexp, ErrorHandlerType p_type);