diff options
author | Chris Bradfield <chris@kidscancode.org> | 2017-09-09 20:10:28 -0700 |
---|---|---|
committer | Chris Bradfield <chris@kidscancode.org> | 2017-09-09 20:10:28 -0700 |
commit | 134e24408a3ae6273da5998ee257495eff79eb1a (patch) | |
tree | 566c3d82ed1925a3d6dcd34c6cb1687328af7f6e /scene/gui/check_box.cpp | |
parent | f66e9158a8a49d1fb88cd31975a2a492b3aa1d6e (diff) | |
parent | d1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff) |
Merge branch 'master' of git://github.com/godotengine/godot into kcc_lightoccluder2d_doc
Diffstat (limited to 'scene/gui/check_box.cpp')
-rw-r--r-- | scene/gui/check_box.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/check_box.cpp b/scene/gui/check_box.cpp index 21e2269141..e2b10a948f 100644 --- a/scene/gui/check_box.cpp +++ b/scene/gui/check_box.cpp @@ -29,7 +29,6 @@ /*************************************************************************/ #include "check_box.h" -#include "button_group.h" #include "servers/visual_server.h" void CheckBox::_notification(int p_what) { |