removed unused APPEND_STR macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-24 10:59:58 +00:00
parent 1a64259d4e
commit c7c94fa73e

View File

@@ -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