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:
parent
53018abc27
commit
d81c99f344
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue