]> git.saurik.com Git - wxWidgets.git/commitdiff
no changes, just removed unused variable
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Apr 2009 12:08:50 +0000 (12:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Apr 2009 12:08:50 +0000 (12:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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