X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 93c1dd37d6..984783963d 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: app.h +// Name: wx/os2/app.h // Purpose: wxApp class // Author: David Webster // Modified by: // Created: 10/13/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -110,8 +109,6 @@ public: // Implementation static bool RegisterWindowClasses(HAB vHab); - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); - public: int m_nCmdShow; HMQ m_hMq;