]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checkbox.cpp
non-unicode fix
[wxWidgets.git] / src / mac / checkbox.cpp
index dbf5b7d4e2b13ec58991ac67972879b43d2e0d57..6e6aa299b2cd2470ba715ac7f41ace0f540ebf3e 100644 (file)
@@ -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 ;