X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10769d8c47c21fe0ec5034726791a5ad4cf19475..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/os2/toplevel.h diff --git a/include/wx/os2/toplevel.h b/include/wx/os2/toplevel.h index 0ab1d94d19..cd97b3ea41 100644 --- a/include/wx/os2/toplevel.h +++ b/include/wx/os2/toplevel.h @@ -12,10 +12,6 @@ #ifndef _WX_MSW_TOPLEVEL_H_ #define _WX_MSW_TOPLEVEL_H_ -#ifdef __GNUG__ - #pragma interface "toplevel.h" -#endif - enum ETemplateID { kResizeableDialog = 130 ,kCaptionDialog ,kNoCaptionDialog @@ -131,7 +127,7 @@ protected: ) const; // - // Translate wxWindows flags into OS flags + // Translate wxWidgets flags into OS flags // virtual WXDWORD OS2GetStyle( long lFlag ,WXDWORD* pdwExstyle @@ -173,10 +169,5 @@ protected: DECLARE_EVENT_TABLE() }; // end of CLASS wxTopLevelWindowOS2 -// -// List of all frames and modeless dialogs -// -extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; - #endif // _WX_MSW_TOPLEVEL_H_