mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 18:20:05 +01:00
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:
parent
2f0f662941
commit
443d218c84
1 changed files with 0 additions and 1 deletions
|
|
@ -1895,7 +1895,6 @@ InitFonts (void)
|
|||
#ifdef BUILTIN_FONTS
|
||||
BuiltinRegisterFpeFunctions();
|
||||
#else
|
||||
FreeTypeRegisterFontFileFunctions();
|
||||
FontFileRegisterFpeFunctions();
|
||||
fs_register_fpe_functions();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue