X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c9ceb4820f5b58f69c7d3c7c6dd969c873b63b2..407f0db0504c39e022c063d64c03e2ff2117d5b3:/src/mac/carbon/checkbox.cpp diff --git a/src/mac/carbon/checkbox.cpp b/src/mac/carbon/checkbox.cpp index dbf5b7d4e2..6e6aa299b2 100644 --- a/src/mac/carbon/checkbox.cpp +++ b/src/mac/carbon/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 ;