diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-06 14:41:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-06 14:41:34 +0200 |
commit | 0b8fa1e01068af9924742ade2625e021ccd2c5a8 (patch) | |
tree | e8215049a82c7e75919ecc747b4ed9671c5b4ead /editor/plugins/path_2d_editor_plugin.h | |
parent | ddadc782ba4f0c07ab2f742bae648675b527bdf5 (diff) | |
download | redot-engine-0b8fa1e01068af9924742ade2625e021ccd2c5a8.tar.gz |
Remove dead ButtonGroup code
Diffstat (limited to 'editor/plugins/path_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/path_2d_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/path_2d_editor_plugin.h b/editor/plugins/path_2d_editor_plugin.h index c195845244..f0f5d4d637 100644 --- a/editor/plugins/path_2d_editor_plugin.h +++ b/editor/plugins/path_2d_editor_plugin.h @@ -33,7 +33,6 @@ #include "editor/editor_node.h" #include "editor/editor_plugin.h" #include "scene/2d/path_2d.h" -#include "scene/gui/button_group.h" #include "scene/gui/tool_button.h" /** |