diff options
| author | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2020-07-02 12:08:03 +0200 |
|---|---|---|
| committer | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2020-07-02 13:50:31 +0200 |
| commit | c3d9f12a102d20a67eb203b342c9c9ef65192025 (patch) | |
| tree | 54bf7305ebb0baada74f44b2a2f2664ad5711b82 /editor/editor_node.h | |
| parent | b46627e7b2872caa0e0141e8c45179b1000964af (diff) | |
| download | redot-engine-c3d9f12a102d20a67eb203b342c9c9ef65192025.tar.gz | |
Remove unused class PaneDrag
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 413e228e2a..f6cae466ff 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -71,7 +71,6 @@ class ImportDock; class MenuButton; class NodeDock; class OrphanResourcesDialog; -class PaneDrag; class Panel; class PanelContainer; class PluginConfigDialog; @@ -255,7 +254,6 @@ private: VSplitContainer *top_split; HBoxContainer *bottom_hb; Control *vp_base; - PaneDrag *pd; HBoxContainer *menu_hb; Control *viewport; |
