X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2039dd917c2aaaed6ddd4bd904b31a648c96fb10..303f0be79e904523d3b2e912ab1a5c7ab812d2b6:/include/wx/window.h?ds=inline diff --git a/include/wx/window.h b/include/wx/window.h index 8deb4004c5..b644b17f55 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -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 @@ -1849,9 +1842,6 @@ inline void wxWindowBase::SetInitialBestSize(const wxSize& size) #define wxWindowX11 wxWindow #endif // wxUniv #include "wx/x11/window.h" -#elif defined(__WXMGL__) - #define wxWindowNative wxWindowMGL - #include "wx/mgl/window.h" #elif defined(__WXDFB__) #define wxWindowNative wxWindowDFB #include "wx/dfb/window.h"