Commit 856c578925ce608e16776574b91d5f55d5a305bb

David Turner 2000-11-07T02:44:04

removed incorrect comment

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 1bcb1e0..a1f0afa 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -563,12 +563,9 @@
   /*    The table is owned by the face object and disappears with it.      */
   /*                                                                       */
   /*    This function is only useful to access SFNT tables that are loaded */
-  /*    by the sfnt/truetype/opentype drivers.  See FT_Sfnt_tag for a      */
+  /*    by the sfnt/truetype/opentype drivers.  See FT_Sfnt_Tag for a      */
   /*    list.                                                              */
   /*                                                                       */
-  /*    You can load any table using the (internal) SFNT_Interface         */
-  /*    structure -- this is available via FT_Get_Module_Interface().      */
-  /*                                                                       */
   FT_EXPORT( void* )  FT_Get_Sfnt_Table( FT_Face      face,
                                          FT_Sfnt_Tag  tag );