summaryrefslogtreecommitdiff
path: root/bdfint.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-16 15:23:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-16 15:41:07 -0700
commit746899671c4d6f9d8b7fb25bb17109b331a1b2ed (patch)
treee9edaabb83c86a6e15dab496ae6978a520dba6a4 /bdfint.h
parent6d526c90729d1b66da6c2546ad3ae794ff0f7751 (diff)
Delete functions identified as unused by cppcheck
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'bdfint.h')
-rw-r--r--bdfint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bdfint.h b/bdfint.h
index f70c114..f4ac19d 100644
--- a/bdfint.h
+++ b/bdfint.h
@@ -76,7 +76,6 @@ extern Bool bdfSpecialProperty(FontPtr pFont, FontPropPtr prop,
char isString, bdfFileState *bdfState);
extern int bdfReadFont(FontPtr pFont, FontFilePtr file,
int bit, int byte, int glyph, int scan);
-extern int bdfReadFontInfo(FontInfoPtr pFontInfo, FontFilePtr file);
extern void FontCharInkMetrics(FontPtr pFont, CharInfoPtr pCI, xCharInfo *pInk);
extern void FontCharReshape(FontPtr pFont, CharInfoPtr pSrc, CharInfoPtr pDst);