]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/wakeuppipe.cpp
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
[wxWidgets.git] / src / unix / wakeuppipe.cpp
index 0b40a2535718ec1b6f6bb6414e1655c344654e8e..1bd33d60210abcc166294ffa61e74cdbf067e48f 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Implementation of wxWakeUpPipe class.
 // Author:      Vadim Zeitlin
 // Created:     2013-06-09 (extracted from src/unix/evtloopunix.cpp)
-// RCS-ID:      $Id$
 // Copyright:   (c) 2013 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -126,8 +125,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
 }