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 /modules/gridmap | |
parent | b46627e7b2872caa0e0141e8c45179b1000964af (diff) |
Remove unused class PaneDrag
Diffstat (limited to 'modules/gridmap')
-rw-r--r-- | modules/gridmap/grid_map_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h index 0ae9b27833..31a01cdc91 100644 --- a/modules/gridmap/grid_map_editor_plugin.h +++ b/modules/gridmap/grid_map_editor_plugin.h @@ -33,7 +33,6 @@ #include "editor/editor_node.h" #include "editor/editor_plugin.h" -#include "editor/pane_drag.h" #include "grid_map.h" class Node3DEditorPlugin; |