]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.
[wxWidgets.git] / include / wx / window.h
index 8deb4004c50fe062b16036d9f6bb63217c4cbffc..b69e06f276ab54b24b7d079dedfa0b0f3a9ba211 100644 (file)
@@ -1812,14 +1812,7 @@ inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
 // ----------------------------------------------------------------------------
 
 // include the declaration of the platform-specific class
-#if defined(__WXPALMOS__)
-    #ifdef __WXUNIVERSAL__
-        #define wxWindowNative wxWindowPalm
-    #else // !wxUniv
-        #define wxWindowPalm wxWindow
-    #endif // wxUniv/!wxUniv
-    #include "wx/palmos/window.h"
-#elif defined(__WXMSW__)
+#if defined(__WXMSW__)
     #ifdef __WXUNIVERSAL__
         #define wxWindowNative wxWindowMSW
     #else // !wxUniv