summaryrefslogtreecommitdiff
path: root/fntfilio.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 /fntfilio.h
parent6d526c90729d1b66da6c2546ad3ae794ff0f7751 (diff)
Delete functions identified as unused by cppcheck
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'fntfilio.h')
-rw-r--r--fntfilio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fntfilio.h b/fntfilio.h
index 0eb7693..97f2a62 100644
--- a/fntfilio.h
+++ b/fntfilio.h
@@ -37,7 +37,6 @@ typedef BufFilePtr FontFilePtr;
#define FontFileGetc(f) BufFileGet(f)
#define FontFilePutc(c,f) BufFilePut(c,f)
-#define FontFileRead(f,b,n) BufFileRead(f,b,n)
#define FontFileWrite(f,b,n) BufFileWrite(f,b,n)
#define FontFileSkip(f,n) (BufFileSkip (f, n) != BUFFILEEOF)
#define FontFileSeek(f,n) (BufFileSeek (f,n,0) != BUFFILEEOF)