Remove duplicate load of freetype font renderer.

libXfont will do this for us in FontFileRegisterFpeFunctions.
This commit is contained in:
Jie Luo 2008-07-17 10:27:24 -04:00 committed by Adam Jackson
parent 8441e26266
commit e3ff850174

View File

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