diff dwt/widgets/Spinner.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 420b18afb09f
children ab60f3309436
line wrap: on
line diff
--- a/dwt/widgets/Spinner.d	Mon Apr 07 13:08:57 2008 +0200
+++ b/dwt/widgets/Spinner.d	Thu Apr 10 11:19:49 2008 +0200
@@ -29,7 +29,6 @@
 
 
 import dwt.dwthelper.utils;
-import dwt.dwthelper.Integer;
 import tango.text.convert.Integer : toString;
 static import tango.text.Text;
 alias tango.text.Text.Text!(char) StringBuffer;