in progress
[jalview.git] / forester / java / src / org / forester / phylogeny / data / PhylogenyDataUtil.java
index f129259..76d60b7 100644 (file)
@@ -21,7 +21,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.phylogeny.data;
 
@@ -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;" );