Преглед на файлове

Removing the warning about extents.

Christoph Lohmann преди 12 години
родител
ревизия
44e1b79abf
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      st.c

+ 0 - 1
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;