summaryrefslogtreecommitdiff
path: root/src/fontfile/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontfile/register.c')
-rw-r--r--src/fontfile/register.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fontfile/register.c b/src/fontfile/register.c
index 9bc4941..b8bb0b8 100644
--- a/src/fontfile/register.c
+++ b/src/fontfile/register.c
@@ -49,12 +49,6 @@ in this Software without prior written authorization from The Open Group.
* with other packages.
*/
-#ifndef CRAY
-# ifdef BUILD_TYPE1
-# define XFONT_TYPE1 1
-# endif
-#endif
-
#ifdef BUILD_FREETYPE
# define XFONT_FREETYPE 1
#endif
@@ -62,13 +56,6 @@ in this Software without prior written authorization from The Open Group.
/* Font renderers to initialize when not linked into something like
Xorg that provides its own module configuration options */
static const FontModule builtinFontModuleList[] = {
-#ifdef XFONT_TYPE1
- {
- Type1RegisterFontFileFunctions,
- "type1",
- NULL
- },
-#endif
#ifdef XFONT_FREETYPE
{
FreeTypeRegisterFontFileFunctions,