Remove FIXME-UTF8 comments from wx/list.h

This is never going to be "fixed" as this entire class will be removed,
so remove a FIXME comment which remained there for the last 15 years.
This commit is contained in:
Vadim Zeitlin 2022-10-28 19:44:25 +01:00
parent 53018abc27
commit d81c99f344

View file

@ -1219,10 +1219,10 @@ public:
// default
#ifdef wxWARN_COMPAT_LIST_USE
wxStringList();
wxDEPRECATED( wxStringList(const wxChar *first ...) ); // FIXME-UTF8
wxDEPRECATED( wxStringList(const wxChar *first ...) );
#else
wxStringList();
wxStringList(const wxChar *first ...); // FIXME-UTF8
wxStringList(const wxChar *first ...);
#endif
// copying the string list: the strings are copied, too (extremely