diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-02 18:33:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 18:33:36 +0200 |
commit | d12124856292e80c9069593ed263d72d01f60d02 (patch) | |
tree | 014dc58a01e0fbadfe124d1e7a27bfe47a4da86f /modules | |
parent | 6e55a4fe8c799b5f19e03e9cdc959772efeedc55 (diff) | |
parent | c3d9f12a102d20a67eb203b342c9c9ef65192025 (diff) |
Merge pull request #40049 from hinlopen/remove-pane-drag
Remove unused class PaneDrag
Diffstat (limited to 'modules')
-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; |