summaryrefslogtreecommitdiff
path: root/scene/gui/check_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/check_button.h')
-rw-r--r--scene/gui/check_button.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h
index 3599c26a4c..8bbad0b4b3 100644
--- a/scene/gui/check_button.h
+++ b/scene/gui/check_button.h
@@ -36,7 +36,6 @@
@author Juan Linietsky <reduzio@gmail.com>
*/
class CheckButton : public Button {
-
GDCLASS(CheckButton, Button);
protected: