X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..19e30148e18cc99296b26503c155e5cef59045f4:/src/os2/taskbar.cpp?ds=sidebyside diff --git a/src/os2/taskbar.cpp b/src/os2/taskbar.cpp index f9b432aa2b..72efa807d3 100644 --- a/src/os2/taskbar.cpp +++ b/src/os2/taskbar.cpp @@ -342,7 +342,6 @@ MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM default: break; } -*/ if (eventType) { wxEvent event; @@ -351,6 +350,7 @@ MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM ProcessEvent(event); } +*/ return 0; }