X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd7cea0ea609f032877f9435feba2623fce98db7..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/unix/wakeuppipe.cpp diff --git a/src/unix/wakeuppipe.cpp b/src/unix/wakeuppipe.cpp index 0b40a25357..18dbb7c466 100644 --- a/src/unix/wakeuppipe.cpp +++ b/src/unix/wakeuppipe.cpp @@ -126,8 +126,4 @@ void wxWakeUpPipe::OnReadWaiting() // The pipe is empty now, so future calls to WakeUp() would need to write // to it again. m_pipeIsEmpty = true; - - // writing to the wake up pipe will make wxConsoleEventLoop return from - // wxFDIODispatcher::Dispatch() it might be currently blocking in, nothing - // else needs to be done }