summaryrefslogtreecommitdiff
path: root/include/X11/fonts/fntfilst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/fonts/fntfilst.h')
-rw-r--r--include/X11/fonts/fntfilst.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/X11/fonts/fntfilst.h b/include/X11/fonts/fntfilst.h
index 6e8645e..e5a59e5 100644
--- a/include/X11/fonts/fntfilst.h
+++ b/include/X11/fonts/fntfilst.h
@@ -85,11 +85,6 @@ typedef struct _FontAliasEntry {
char *resolved;
} FontAliasEntryRec;
-typedef struct _FontBCEntry {
- FontScalableRec vals;
- FontEntryPtr entry;
-} FontBCEntryRec;
-
typedef struct _FontEntry {
FontNameRec name;
int type;
@@ -97,7 +92,6 @@ typedef struct _FontEntry {
FontScalableEntryRec scalable;
FontBitmapEntryRec bitmap;
FontAliasEntryRec alias;
- FontBCEntryRec bc;
} u;
} FontEntryRec;