diff options
Diffstat (limited to 'src/bitmap/bdfutils.c')
-rw-r--r-- | src/bitmap/bdfutils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bitmap/bdfutils.c b/src/bitmap/bdfutils.c index 94a9ff6..c1340af 100644 --- a/src/bitmap/bdfutils.c +++ b/src/bitmap/bdfutils.c @@ -49,7 +49,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/font/bitmap/bdfutils.c,v 1.10 2001/12/14 19:56:45 dawes Exp $ */ +/* $XFree86: xc/lib/font/bitmap/bdfutils.c,v 1.11 2003/09/13 21:33:02 dawes Exp $ */ #ifndef FONTMODULE #include <ctype.h> @@ -130,7 +130,6 @@ Atom bdfForceMakeAtom(char *str, int *size) { register int len = strlen(str); - extern Atom MakeAtom(); /* Added this line to be consistent with X.org code */ Atom the_atom; if (size != NULL) |