< prev index next >

src/java.desktop/share/classes/sun/font/Font2D.java

Print this page

        

@@ -463,17 +463,10 @@
      */
     protected byte[] getTableBytes(int tag) {
         return null;
     }
 
-    /* implemented for fonts backed by an sfnt that has
-     * OpenType or AAT layout tables.
-     */
-    protected long getLayoutTableCache() {
-        return 0L;
-    }
-
     /* Used only on OS X.
      */
     protected long getPlatformNativeFontPtr() {
         return 0L;
     }
< prev index next >