st

fork of suckless's simple terminal
Index Commits Files Refs README LICENSE
commit 44e1b79abfe81d5d9d1b4845a68533e84b37e2f0
parent 08e06ef079e5190c7f219c7e50044745c57cea86
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 30 Dec 2012 17:35:15 +0100

Removing the warning about extents.

Diffstat:
Mst.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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;