From: Václav Slavík Date: Tue, 24 Apr 2007 10:59:58 +0000 (+0000) Subject: removed unused APPEND_STR macro X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c7c94fa73e72324ea26b3f000a70f5f731d36aec removed unused APPEND_STR macro git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/wxprintf.cpp b/src/common/wxprintf.cpp index 565f164921..5f8cef2b8c 100644 --- a/src/common/wxprintf.cpp +++ b/src/common/wxprintf.cpp @@ -656,14 +656,6 @@ int wxPrintfConvSpec::Process(wxChar *buf, size_t lenMax, wxPrintfArg *p, size_t buf[lenCur++] = ch; \ } -#define APPEND_STR(s) \ - { \ - for ( const wxChar *p = s; *p; p++ ) \ - { \ - APPEND_CH(*p); \ - } \ - } - switch ( m_type ) { case wxPAT_INT: @@ -1096,7 +1088,6 @@ int WXDLLEXPORT wxVsnprintf_(wxChar *buf, size_t lenMax, } #undef APPEND_CH -#undef APPEND_STR #undef CHECK_PREC #else // wxVsnprintf_ is defined