]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
Improved wxTreeCtrl tooltip processing performance (causing
[wxWidgets.git] / include / wx / os2 / window.h
index f2a745649dd9923af48a67fde68633bf11fd9882..fed061bb29aacc5c8f1a26d9bb0c8bc2fc08e99b 100644 (file)
@@ -210,10 +210,6 @@ public:
     static WXDWORD MakeExtendedStyle( long lStyle
                                      ,bool bEliminateBorders = TRUE
                                     );
-    // Determine whether 3D effects are wanted
-    WXDWORD Determine3DEffects( WXDWORD dwDefaultBorderStyle
-                               ,bool*   pbWant3D
-                              ) const;
 
     // PM only: TRUE if this control is part of the main control
     virtual bool ContainsHWND(WXHWND WXUNUSED(hWnd)) const { return FALSE; };