diff options
author | Adam Jackson <ajax@redhat.com> | 2009-01-20 01:13:08 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-20 01:13:08 -0500 |
commit | 1247f01ee36f80222e30c1678f940329aadb8335 (patch) | |
tree | 3abe9c8bc9088236f69cfa695a1e8b4229c83053 /src/fontfile/register.c | |
parent | 85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced (diff) |
Delete Type1
Yes, these are still real fonts, but freetype can handle them just fine.
Diffstat (limited to 'src/fontfile/register.c')
-rw-r--r-- | src/fontfile/register.c | 13 |
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, |