]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/menu.cpp
Made compatible with new regex
[wxWidgets.git] / src / os2 / menu.cpp
index 1b8c4885c9baedca960767e480140ae9f3f33eb4..3dbbbb16ecd06cdf86728689c07ef690fe187252 100644 (file)
@@ -52,11 +52,7 @@ static const int                    idMenuTitle = -2;
 //
 // The unique ID for Menus
 //
-#ifdef __VISAGECPP__
 USHORT                              wxMenu::m_nextMenuId = 0;
-#else
-static USHORT                       wxMenu::m_nextMenuId = 0;
-#endif
 
 // ----------------------------------------------------------------------------
 // macros