]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
Added files for wxNotebook and wxCocoaNSTabView
[wxWidgets.git] / src / msw / menuitem.cpp
index 4a17c4579be2ee5e406258102ea150b765c9a582..0703b51244c73c007a2ace188e1f69dd121f7852 100644 (file)
@@ -321,12 +321,6 @@ void wxMenuItem::Check(bool check)
                 node->GetData()->m_isChecked = FALSE;
             }
 
-            // we also have to do it in the menu for Win16 (under Win32
-            // CheckMenuRadioItem() does it for us)
-#ifndef __WIN32__
-            ::CheckMenuItem(hmenu, n, n == pos ? MF_CHECKED : MF_UNCHECKED);
-#endif // Win16
-
             node = node->GetNext();
         }
     }