]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
Removed redundant code
[wxWidgets.git] / include / wx / radiobox.h
index ed60e202b886d43819eafbe6a31486a6bb5d2dfe..070cc9f95b70282fa035d88b01c8be998c7a8444 100644 (file)
@@ -95,9 +95,9 @@ public:
 protected:
     wxRadioBoxBase()
     {
+        m_numCols =
+        m_numRows =
         m_majorDim = 0;
-        m_numCols = 0;
-        m_numRows = 0;
 
 #if wxUSE_TOOLTIPS
         m_itemsTooltips = NULL;