aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {
2542 FcPattern *fcpattern, *fontpattern; 2542 FcPattern *fcpattern, *fontpattern;
2543 FcFontSet *fcsets[] = { NULL }; 2543 FcFontSet *fcsets[] = { NULL };
2544 FcCharSet *fccharset; 2544 FcCharSet *fccharset;
2545 XGlyphInfo extents;
2546 Colour *fg = &dc.col[base.fg], *bg = &dc.col[base.bg], 2545 Colour *fg = &dc.col[base.fg], *bg = &dc.col[base.bg],
2547 *temp, revfg, revbg; 2546 *temp, revfg, revbg;
2548 XRenderColor colfg, colbg; 2547 XRenderColor colfg, colbg;