From e3ff8501749209ee2dd324d35ae16e37510e0574 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 17 Jul 2008 10:27:24 -0400 Subject: [PATCH] Remove duplicate load of freetype font renderer. libXfont will do this for us in FontFileRegisterFpeFunctions. --- dix/dixfonts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dix/dixfonts.c b/dix/dixfonts.c index 7b79bac51..a1ecbfbbb 100644 --- a/dix/dixfonts.c +++ b/dix/dixfonts.c @@ -1911,7 +1911,6 @@ InitFonts (void) #ifdef BUILTIN_FONTS BuiltinRegisterFpeFunctions(); #else - FreeTypeRegisterFontFileFunctions(); FontFileRegisterFpeFunctions(); fs_register_fpe_functions(); #endif