diff options
Diffstat (limited to 'src/bitmap/pcfwrite.c')
-rw-r--r-- | src/bitmap/pcfwrite.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/bitmap/pcfwrite.c b/src/bitmap/pcfwrite.c index 74b099e..c02f433 100644 --- a/src/bitmap/pcfwrite.c +++ b/src/bitmap/pcfwrite.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/font/bitmap/pcfwrite.c,v 1.10 2003/01/12 03:55:46 tsi Exp $ */ +/* $XFree86: xc/lib/font/bitmap/pcfwrite.c,v 1.12 2003/11/18 01:17:04 dawes Exp $ */ /* * Author: Keith Packard, MIT X Consortium @@ -37,12 +37,6 @@ from The Open Group. #include "bitmap.h" #include "pcf.h" -extern void pcfError( -#if NeedVarargsPrototypes - char* message, ... -#endif - ); - /* Write PCF font files */ static CARD32 current_position; |