in progress
[jalview.git] / forester / java / src / org / forester / phylogeny / data / PhylogenyDataUtil.java
index 09707cd..76d60b7 100644 (file)
@@ -371,12 +371,6 @@ public final class PhylogenyDataUtil {
                     org.forester.util.ForesterUtil.roundToInt( y2 ) );
     }
 
-    public static void drawString( final String str, final double x, final double y, final Graphics g ) {
-        g.drawString( str,
-                      org.forester.util.ForesterUtil.roundToInt( x ),
-                      org.forester.util.ForesterUtil.roundToInt( y ) );
-    }
-
     public static String replaceIllegalXmlCharacters( final String value ) {
         String v = value.replaceAll( "&", "&" );
         v = v.replaceAll( "<", "&lt;" );