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

Remove unused class PaneDrag

This commit is contained in:
Stijn Hinlopen
2020-07-02 12:08:03 +02:00
parent b46627e7b2
commit c3d9f12a10
6 changed files with 0 additions and 132 deletions

View File

@@ -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);