]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/wakeuppipe.cpp
Check axis number in the received joystick messages.
[wxWidgets.git] / src / unix / wakeuppipe.cpp
index 0b40a2535718ec1b6f6bb6414e1655c344654e8e..18dbb7c466176844aeb7599f6bb5487ca1452ce5 100644 (file)
@@ -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
 }