diff org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children
line wrap: on
line diff
--- a/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.d	Wed Mar 18 08:56:47 2009 +0100
+++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/geometry/Point.d	Wed Mar 18 09:09:23 2009 +0100
@@ -21,7 +21,6 @@
 
 static import org.eclipse.swt.graphics.Point;
 
-import tango.text.convert.Format;
 
 /**
  * Represents a point (x, y) in 2-dimensional space.  This class provides various methods