From aab6965a93c7e2ec9abb3627c98979271bbcc360 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 Oct 2005 21:55:12 +0000 Subject: [PATCH] don't define unused functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/debugrpt.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 2428d18213..b52f6780b3 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -80,8 +80,6 @@ protected: bool m_isOk; }; -#endif // wxUSE_STACKWALKER - // ---------------------------------------------------------------------------- // local functions // ---------------------------------------------------------------------------- @@ -116,8 +114,6 @@ HexElement(wxXmlNode *node, const wxChar *name, unsigned long value) #endif // wxUSE_CRASHREPORT -#if wxUSE_STACKWALKER - // ============================================================================ // XmlStackWalker implementation // ============================================================================