X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..21d0340384a484e3c8e04280de90c0fb8e261006:/include/wx/x11/app.h?ds=sidebyside diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index 588d62242d..807786b498 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -55,15 +54,10 @@ public: // Processes an X event. virtual bool ProcessXEvent(WXEvent* event); -#ifdef __WXDEBUG__ - virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg); -#endif // __WXDEBUG__ - public: // Implementation virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp(); - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); WXWindow GetTopLevelWidget() const { return m_topLevelWidget; } WXColormap GetMainColormap(WXDisplay* display);