summaryrefslogtreecommitdiff
path: root/src/truetype/ttobjs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttobjs.h')
-rw-r--r--src/truetype/ttobjs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/truetype/ttobjs.h b/src/truetype/ttobjs.h
index 9fc654d5d..d131a9a86 100644
--- a/src/truetype/ttobjs.h
+++ b/src/truetype/ttobjs.h
@@ -41,21 +41,6 @@ FT_BEGIN_HEADER
/**************************************************************************
*
- * @Type:
- * TT_GlyphSlot
- *
- * @Description:
- * A handle to a TrueType glyph slot object.
- *
- * @Note:
- * This is a direct typedef of FT_GlyphSlot, as there is nothing
- * specific about the TrueType glyph slot.
- */
- typedef FT_GlyphSlot TT_GlyphSlot;
-
-
- /**************************************************************************
- *
* @Struct:
* TT_GraphicsState
*