From 9bb1b0554014ee7f1e482d64c899ecef0391e74b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Jul 2003 12:29:25 +0000 Subject: [PATCH] removed unused method declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/x11/app.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index f24b9c44c3..f0ca6237ee 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -92,8 +92,6 @@ public: virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp(); - void DeletePendingObjects(); - WXWindow GetTopLevelWidget() const { return m_topLevelWidget; } WXColormap GetMainColormap(WXDisplay* display); long GetMaxRequestSize() const { return m_maxRequestSize; } -- 2.50.0