]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetimefmt.cpp
fixed typo in error message
[wxWidgets.git] / src / common / datetimefmt.cpp
index 8fb67972cbc08360165173e0ae9fb1f4d31efe16..b6a2fa3b35e33174e5bafa71398f8f6e2c40861c 100644 (file)
@@ -1615,7 +1615,6 @@ wxDateTime::ParseDate(const wxString& date, wxString::const_iterator *end)
     int year = 0;
 
     // tokenize the string
-    static const wxStringCharType *dateDelimiters = wxS(".,/-\t\r\n ");
     while ( p != pEnd )
     {
         // skip white space and date delimiters