aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/theme_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-06 14:41:34 +0200
committerRémi Verschelde2017-09-06 14:41:34 +0200
commit0b8fa1e01068af9924742ade2625e021ccd2c5a8 (patch)
treee8215049a82c7e75919ecc747b4ed9671c5b4ead /editor/plugins/theme_editor_plugin.h
parentddadc782ba4f0c07ab2f742bae648675b527bdf5 (diff)
downloadgodot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.tar.gz
godot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.tar.zst
godot-0b8fa1e01068af9924742ade2625e021ccd2c5a8.zip
Remove dead ButtonGroup code
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r--editor/plugins/theme_editor_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h
index cb6f086de..16b2da94d 100644
--- a/editor/plugins/theme_editor_plugin.h
+++ b/editor/plugins/theme_editor_plugin.h
@@ -30,7 +30,6 @@
#ifndef THEME_EDITOR_PLUGIN_H
#define THEME_EDITOR_PLUGIN_H
-#include "scene/gui/button_group.h"
#include "scene/gui/check_box.h"
#include "scene/gui/file_dialog.h"
#include "scene/gui/option_button.h"