]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
fixed bug in Ungetch() which was preventing wxExecute() from working: this method...
[wxWidgets.git] / src / os2 / app.cpp
index 909a3ce1327fe8be95179961a40bead528d0bdeb..39eeae0c8b6bb8ad8bc90d05f963e93c8f464661 100644 (file)
@@ -876,21 +876,6 @@ bool wxApp::ProcessMessage(
     wxWindow*                       pWndThis = wxFindWinFromHandle((WXHWND)hWnd);
     wxWindow*                       pWnd;
 
-#if wxUSE_TOOLTIPS
-    //
-    // We must relay WM_MOUSEMOVE events to the tooltip ctrl if we want it to
-    // popup the tooltip bubbles
-    //
-    if (pWndThis && (pMsg->msg == WM_MOUSEMOVE))
-    {
-        wxToolTip*                  pToolTip = pWndThis->GetToolTip();
-        if (pToolTip)
-        {
-            pToolTip->RelayEvent(pWxmsg);
-        }
-    }
-#endif // wxUSE_TOOLTIPS
-
     //
     // Pass non-system timer messages to the wxTimerProc
     //