removed incorrect comment
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 );