diff options
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r-- | include/X11/fonts/pcf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h index 673e184..34bdf7b 100644 --- a/include/X11/fonts/pcf.h +++ b/include/X11/fonts/pcf.h @@ -94,8 +94,6 @@ typedef struct _PCFTable { extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, int bit, int byte, int glyph, int scan ); extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file ); -extern int pmfReadFont ( FontPtr pFont, FontFilePtr file, - int bit, int byte, int glyph, int scan ); extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file ); extern void pcfError ( const char *, ... ); |