]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
unifying redraw and scrolling calls between compositing and non-compositing modes
[wxWidgets.git] / include / wx / os2 / toplevel.h
index 0ab1d94d197103a26ad18949ee16ac291afacead..4e056f9da413744df2fdc6585e9a55ee70df256b 100644 (file)
@@ -131,7 +131,7 @@ protected:
                                 ) const;
 
     //
-    // Translate wxWindows flags into OS flags
+    // Translate wxWidgets flags into OS flags
     //
     virtual WXDWORD OS2GetStyle( long     lFlag
                                 ,WXDWORD* pdwExstyle
@@ -173,10 +173,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_