summaryrefslogtreecommitdiff
path: root/include/X11/fonts/pcf.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-09-27 01:30:13 -0400
committerAdam Jackson <ajax@redhat.com>2009-01-20 23:00:05 -0500
commit632a2e90a4b209facc84d7a18873f19a720ea7df (patch)
treece0021d080c121d5ae11fc403999fc555d010222 /include/X11/fonts/pcf.h
parente1927f80deabe0268dc18b4a9f3ceda1325171f5 (diff)
Remove PMF support.
.pmf files are printer font metrics; they have no glyphs, just boxes for layout. They can't possibly be useful in a post-Xprint world.
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r--include/X11/fonts/pcf.h2
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 *, ... );