X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c9ceb4820f5b58f69c7d3c7c6dd969c873b63b2..9f7948af90ec2e3b907944e7d979f0863910c5c8:/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 ;