summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_font.h')
-rw-r--r--libass/ass_font.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libass/ass_font.h b/libass/ass_font.h
index fb6462b..693cabf 100644
--- a/libass/ass_font.h
+++ b/libass/ass_font.h
@@ -26,7 +26,6 @@
typedef struct ass_font ASS_Font;
typedef struct ass_font_desc ASS_FontDesc;
-typedef struct ass_font_stream ASS_FontStream;
#include "ass.h"
#include "ass_types.h"
@@ -59,11 +58,6 @@ struct ass_font {
double size;
};
-struct ass_font_stream {
- GetDataFunc func;
- void *priv;
-};
-
void charmap_magic(ASS_Library *library, FT_Face face);
ASS_Font *ass_font_new(Cache *font_cache, ASS_Library *library,
FT_Library ftlibrary, ASS_FontSelector *fontsel,