< prev index next >

src/java.desktop/share/classes/sun/java2d/pipe/GlyphListPipe.java

Print this page

        

@@ -138,10 +138,6 @@
 
     protected void drawGlyphList(SunGraphics2D sg2d, GlyphList gl,
                                  int aaHint) {
         drawGlyphList(sg2d, gl);
     }
-
-    public String toString() {
-        return getClass().getSimpleName();
-    }
 }
< prev index next >