summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorJie Luo <clotho67@gmail.com>2008-07-17 10:27:24 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-17 10:27:24 -0400
commite3ff8501749209ee2dd324d35ae16e37510e0574 (patch)
treecbbbf77d194e0d191719a6ceb149e8510865d1b6 /dix
parent8441e26266701776f1416bec864ae2949355da76 (diff)
Remove duplicate load of freetype font renderer.
libXfont will do this for us in FontFileRegisterFpeFunctions.
Diffstat (limited to 'dix')
-rw-r--r--dix/dixfonts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/dixfonts.c b/dix/dixfonts.c
index 7b79bac51..a1ecbfbbb 100644
--- a/dix/dixfonts.c
+++ b/dix/dixfonts.c
@@ -1911,7 +1911,6 @@ InitFonts (void)
#ifdef BUILTIN_FONTS
BuiltinRegisterFpeFunctions();
#else
- FreeTypeRegisterFontFileFunctions();
FontFileRegisterFpeFunctions();
fs_register_fpe_functions();
#endif