]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checkbox.cpp
fixed DLL build (patch 879706)
[wxWidgets.git] / src / msw / checkbox.cpp
index e8c6ec263ed0b91d63cc8c81812ab19a083e2e4f..494819949d801d1b08ba06b299b0cd1d727f060c 100644 (file)
@@ -143,8 +143,6 @@ bool wxCheckBox::Create(wxWindow *parent,
     if ( !CreateControl(parent, id, pos, size, style, validator, name) )
         return FALSE;
 
-    m_style = style;
-
     long msStyle = WS_TABSTOP;
 
     if ( style & wxCHK_3STATE )