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