]> git.saurik.com Git - wxWidgets.git/commitdiff
removed outdated comment
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 15 Aug 2007 15:28:30 +0000 (15:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 15 Aug 2007 15:28:30 +0000 (15:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strvararg.h

index 2e6f3033a4294af695076c96880d15aa9decbd86..a5445af31a4f4146b50baab8cba81ed473b2f6e8 100644 (file)
@@ -672,13 +672,6 @@ private:
 
 
 // And the same for fixed arguments, _not_ normalizing it:
-// FIXME-UTF8: this works, but uses wxString's implicit conversion to wxChar*
-//             for the 'format' argument (which is const wxString&) _if_ the
-//             implementation function has C sting argument; we need to
-//             have wxFixedArgNormalizer<T> here that will pass everything
-//             as-is except for wxString (for which wx_str() would be used),
-//             but OTOH, we don't want to do that if the implementation takes
-//             wxString argument
 #define _WX_VARARG_PASS_FIXED(i)        f##i
 
 #if wxUSE_UNICODE_UTF8