Remove duplicate load of freetype font renderer.

libXfont will do this for us in FontFileRegisterFpeFunctions.
(cherry picked from commit e3ff850174)
This commit is contained in:
Jie Luo 2008-07-17 10:27:24 -04:00 committed by Jeremy Huddleston
parent ddd0691bfa
commit e902f51490

View File

@ -1911,7 +1911,6 @@ InitFonts (void)
#ifdef BUILTIN_FONTS
BuiltinRegisterFpeFunctions();
#else
FreeTypeRegisterFontFileFunctions();
FontFileRegisterFpeFunctions();
fs_register_fpe_functions();
#endif