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 2f0f662941
commit 443d218c84

View File

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