From: Włodzimierz Skiba Date: Thu, 24 Jun 2004 08:00:23 +0000 (+0000) Subject: Removed unused code. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/592f132d04af5d8b7c98ac1f9ff6c044d4f0c2bf Removed unused code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/datetime/datetime.cpp b/tests/datetime/datetime.cpp index 02a04c3f60..c45e0ffacd 100644 --- a/tests/datetime/datetime.cpp +++ b/tests/datetime/datetime.cpp @@ -325,8 +325,6 @@ for n in range(20): { { 3, wxDateTime::Dec, 2074 }, -5, wxDateTime::Mon, wxDateTime::Dec, 2074 }, }; - static const wxChar *fmt = _T("%d-%b-%Y"); - wxDateTime dt; for ( n = 0; n < WXSIZEOF(weekDatesTestData); n++ ) {