summaryrefslogtreecommitdiff
path: root/src/fontfile/ffcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/ffcheck.c')
-rw-r--r--src/fontfile/ffcheck.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/fontfile/ffcheck.c b/src/fontfile/ffcheck.c
index 70d117e..9f05f78 100644
--- a/src/fontfile/ffcheck.c
+++ b/src/fontfile/ffcheck.c
@@ -1,5 +1,3 @@
-/* $Xorg: ffcheck.c,v 1.4 2001/02/09 02:04:03 xorgcvs Exp $ */
-
/*
Copyright 1991, 1998 The Open Group
@@ -119,13 +117,6 @@ FontFileCheckListNextFontOrAlias(pointer client, FontPathElementPtr fpe,
/* Font renderers to initialize when not linked into something like
Xorg that provides its own module configuration options */
static const FontModule builtinFontModuleList[] = {
-#ifdef XFONT_SPEEDO
- {
- SpeedoRegisterFontFileFunctions,
- "speedo",
- NULL
- },
-#endif
#ifdef XFONT_TYPE1
{
Type1RegisterFontFileFunctions,