changeset 203:4085a50170ab

removed not needed import
author Frank Benoit <benoit@tionex.de>
date Sat, 08 Mar 2008 16:32:38 +0100
parents 3313d5e8d23c
children 8ab2f71515ba
files dwt/widgets/DateTime.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/widgets/DateTime.d	Sat Mar 08 16:32:26 2008 +0100
+++ b/dwt/widgets/DateTime.d	Sat Mar 08 16:32:38 2008 +0100
@@ -38,7 +38,7 @@
 import dwt.dwthelper.utils;
 
 static import tango.text.Util;
-static import tango.text.locale.Core;
+//static import tango.text.locale.Core;
 static import tango.text.Text;
 static import tango.time.WallClock;
 static import tango.time.chrono.Gregorian;