diff options
Diffstat (limited to 'xc/lib/font/include/fntfil.h')
-rw-r--r-- | xc/lib/font/include/fntfil.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xc/lib/font/include/fntfil.h b/xc/lib/font/include/fntfil.h index 6413436de..00ec3676e 100644 --- a/xc/lib/font/include/fntfil.h +++ b/xc/lib/font/include/fntfil.h @@ -21,7 +21,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/font/include/fntfil.h,v 1.6 2001/01/17 19:43:32 dawes Exp $ */ +/* $XFree86: xc/lib/font/include/fntfil.h,v 1.7 2001/04/05 17:42:28 dawes Exp $ */ /* * Author: Keith Packard, MIT X Consortium @@ -166,10 +166,4 @@ extern int FontFileMatchBitmapSource ( FontPathElementPtr fpe, extern int FontFileReadDirectory ( char *directory, FontDirectoryPtr *pdir ); extern Bool FontFileDirectoryChanged ( FontDirectoryPtr dir ); -extern void FontFileCheckRegisterFpeFunctions ( void ); - -extern void PrinterFontRegisterFpeFunctions ( void ); - -extern void FontFileRegisterFpeFunctions ( void ); - #endif /* _FONTFILE_H_ */ |