diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-16 15:23:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-16 15:41:07 -0700 |
commit | 746899671c4d6f9d8b7fb25bb17109b331a1b2ed (patch) | |
tree | e9edaabb83c86a6e15dab496ae6978a520dba6a4 /bdfint.h | |
parent | 6d526c90729d1b66da6c2546ad3ae794ff0f7751 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |