aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-12-30 17:35:15 +0100
committerChristoph Lohmann <20h@r-36.net>2012-12-30 17:35:15 +0100
commit44e1b79abfe81d5d9d1b4845a68533e84b37e2f0 (patch)
treef062344d43057864f626e9a3ac5fd4e2f866b95d
parent08e06ef079e5190c7f219c7e50044745c57cea86 (diff)
downloadst-44e1b79abfe81d5d9d1b4845a68533e84b37e2f0.tar.gz
st-44e1b79abfe81d5d9d1b4845a68533e84b37e2f0.tar.bz2
Removing the warning about extents.
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 6dcf0c7..6baa086 100644
--- a/st.c
+++ b/st.c
@@ -2542,7 +2542,6 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
FcPattern *fcpattern, *fontpattern;
FcFontSet *fcsets[] = { NULL };
FcCharSet *fccharset;
- XGlyphInfo extents;
Colour *fg = &dc.col[base.fg], *bg = &dc.col[base.bg],
*temp, revfg, revbg;
XRenderColor colfg, colbg;