Remove finished ToDo

This commit is contained in:
Robin Dunn
2015-02-26 17:42:20 -08:00
parent 1ee85c8c0d
commit 5d6d972953

View File

@@ -174,19 +174,6 @@ other dev stuff
* wx.Window.DoEraseBackground?
* In etg/wxdatetime.py fix the Parse*() methods to be like they were in
Classic, returning a -1 on failure, or the number of characters parsed.
Something like this:
int ParseDateTime(const wxString& datetime)
{
wxString::const_iterator begin = datetime.begin();
wxString::const_iterator end;
if (!self->ParseDateTime(datetime, &end))
return -1;
return end - begin;
}
* The sphinxtools are too agressive at ignoring content beyond a #. If the hash
happens to be inside a string then syntax related errors can happen. For example: