diff org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.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 dbfb303e8fb0
children
line wrap: on
line diff
--- a/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.d	Wed Mar 18 08:56:47 2009 +0100
+++ b/org.eclipse.draw2d/src/org/eclipse/draw2d/graph/Vertex.d	Wed Mar 18 09:09:23 2009 +0100
@@ -12,7 +12,6 @@
  *******************************************************************************/
 module org.eclipse.draw2d.graph.Vertex;
 
-import tango.text.convert.Format;
 import java.lang.all;
 import java.util.HashMap;
 import java.util.ArrayList;