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:
@@ -656,14 +656,6 @@ int wxPrintfConvSpec::Process(wxChar *buf, size_t lenMax, wxPrintfArg *p, size_t
|
|||||||
buf[lenCur++] = ch; \
|
buf[lenCur++] = ch; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define APPEND_STR(s) \
|
|
||||||
{ \
|
|
||||||
for ( const wxChar *p = s; *p; p++ ) \
|
|
||||||
{ \
|
|
||||||
APPEND_CH(*p); \
|
|
||||||
} \
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ( m_type )
|
switch ( m_type )
|
||||||
{
|
{
|
||||||
case wxPAT_INT:
|
case wxPAT_INT:
|
||||||
@@ -1096,7 +1088,6 @@ int WXDLLEXPORT wxVsnprintf_(wxChar *buf, size_t lenMax,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#undef APPEND_CH
|
#undef APPEND_CH
|
||||||
#undef APPEND_STR
|
|
||||||
#undef CHECK_PREC
|
#undef CHECK_PREC
|
||||||
|
|
||||||
#else // wxVsnprintf_ is defined
|
#else // wxVsnprintf_ is defined
|
||||||
|
Reference in New Issue
Block a user