X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c9ceb4820f5b58f69c7d3c7c6dd969c873b63b2..ac86379e2ac8695a08fc65cee6e2475f9a6615c2:/src/mac/checkbox.cpp diff --git a/src/mac/checkbox.cpp b/src/mac/checkbox.cpp index dbf5b7d4e2..6e6aa299b2 100644 --- a/src/mac/checkbox.cpp +++ b/src/mac/checkbox.cpp @@ -34,8 +34,6 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label, if ( !wxCheckBoxBase::Create(parent, id, pos, size, style, validator, name) ) return false; - m_style = style; - Rect bounds ; Str255 title ;