Remove out of date code in DoStringPrintfV().
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 14:30:06 +0000 (14:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 14:30:06 +0000 (14:30 +0000)
commit66955cc2842c8372d369fdf66b2234084bfe8a94
tree31f2d48fbac09d9d9db1ca9cdba2dc43f29fe1c8
parent348a9a6ff24ab84a35d730ba2d5b27eb7f53b80c
Remove out of date code in DoStringPrintfV().

We can't clear a NULL buffer, the code didn't make any sense any more because
it wasn't updated when the function was changed as part of UTF-8 transition.

Closes #12529.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/string.cpp