X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac16633fdcfbd3f00d8bf1601a878819d6c20546..d8812c6e0e780fb2dae99bc352c5061f58793e14:/src/msw/evtloop.cpp diff --git a/src/msw/evtloop.cpp b/src/msw/evtloop.cpp index 0b5530ff70..d09faae69f 100644 --- a/src/msw/evtloop.cpp +++ b/src/msw/evtloop.cpp @@ -363,12 +363,6 @@ void wxGUIEventLoop::WakeUp() #if wxUSE_CONSOLE_EVENTLOOP -void wxConsoleEventLoop::OnNextIteration() -{ - if ( wxTheApp ) - wxTheApp->ProcessPendingEvents(); -} - void wxConsoleEventLoop::WakeUp() { #if wxUSE_THREADS