X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=6baa086700990bb33dacb3086ca7a8a8e98356be;hb=44e1b79abfe81d5d9d1b4845a68533e84b37e2f0;hp=6dcf0c72157f4cae9c841184f991aca9baea0586;hpb=08e06ef079e5190c7f219c7e50044745c57cea86;p=st.git 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;