From 443d218c844daf4080b19a91b71be2324a3f8b20 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. (cherry picked from commit e3ff8501749209ee2dd324d35ae16e37510e0574) --- dix/dixfonts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dix/dixfonts.c b/dix/dixfonts.c index a7fb0eb2c..3b03fbfdd 100644 --- a/dix/dixfonts.c +++ b/dix/dixfonts.c @@ -1895,7 +1895,6 @@ InitFonts (void) #ifdef BUILTIN_FONTS BuiltinRegisterFpeFunctions(); #else - FreeTypeRegisterFontFileFunctions(); FontFileRegisterFpeFunctions(); fs_register_fpe_functions(); #endif