From b91444584a64f4f7b3eaeee05ef36ac53691fb24 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 12 Mar 2012 07:18:46 +0100 Subject: xkeyboard-config fontconfig libX11 libXft libxcb mesa git update 12 Mar 2012 --- libXft/src/xftglyphs.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libXft/src/xftglyphs.c') diff --git a/libXft/src/xftglyphs.c b/libXft/src/xftglyphs.c index 4a3b9d606..2f3dc5a6b 100644 --- a/libXft/src/xftglyphs.c +++ b/libXft/src/xftglyphs.c @@ -24,9 +24,7 @@ #include #include -#if HAVE_FT_GLYPHSLOT_EMBOLDEN #include -#endif /* * Validate the memory info for a font @@ -434,12 +432,10 @@ XftFontLoadGlyphs (Display *dpy, glyphslot = face->glyph; -#if HAVE_FT_GLYPHSLOT_EMBOLDEN /* * Embolden if required */ if (font->info.embolden) FT_GlyphSlot_Embolden(glyphslot); -#endif /* * Compute glyph metrics from FreeType information -- cgit v1.2.3