mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 23:28:05 +02:00
Remove duplicate load of freetype font renderer.
libXfont will do this for us in FontFileRegisterFpeFunctions.
This commit is contained in:
parent
8441e26266
commit
e3ff850174
1 changed files with 0 additions and 1 deletions
|
|
@ -1911,7 +1911,6 @@ InitFonts (void)
|
|||
#ifdef BUILTIN_FONTS
|
||||
BuiltinRegisterFpeFunctions();
|
||||
#else
|
||||
FreeTypeRegisterFontFileFunctions();
|
||||
FontFileRegisterFpeFunctions();
|
||||
fs_register_fpe_functions();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue