]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/toplevel.cpp
commented out controlDef for carbon
[wxWidgets.git] / src / os2 / toplevel.cpp
index a7a66c4f1e5091de0f641770450e25850a8b52e6..237037106b7822b446b3f571c6d551e4b662b387 100644 (file)
@@ -722,15 +722,6 @@ bool wxTopLevelWindowOS2::Show(
 
             ::WinQueryWindowPos(hWndParent, &vSwp);
             m_bIconized = vSwp.fl & SWP_MINIMIZE;
-            if (hWndParent)
-                ::WinSetWindowPos( hWndParent
-                                  ,HWND_TOP
-                                  ,vSwp.x
-                                  ,vSwp.y
-                                  ,vSwp.cx
-                                  ,vSwp.cy
-                                  ,SWP_ZORDER | SWP_ACTIVATE | SWP_SHOW | SWP_MOVE
-                                 );
             ::WinEnableWindow(hWndParent, TRUE);
         }
     }