X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bb6b2c057edbcc5b87f00a8af6ac70f6fd69727..4017f5ca49e153e04ffd1c49bc93afd31c1cdf87:/include/wx/palmos/apptbase.h?ds=inline diff --git a/include/wx/palmos/apptbase.h b/include/wx/palmos/apptbase.h index b86e9cf3d4..07a8253cd8 100644 --- a/include/wx/palmos/apptbase.h +++ b/include/wx/palmos/apptbase.h @@ -26,9 +26,6 @@ public: // some opaque data which will be passed later to AfterChildWaitLoop() virtual void *BeforeChildWaitLoop() = 0; - // process pending Windows messages, even in console app - virtual void AlwaysYield() = 0; - // called after starting to wait for the child termination, the parameter // is the return value of BeforeChildWaitLoop() virtual void AfterChildWaitLoop(void *data) = 0;