summaryrefslogtreecommitdiffstats
path: root/utils/xftwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/xftwrap.c')
-rw-r--r--utils/xftwrap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/xftwrap.c b/utils/xftwrap.c
index e880407..5190550 100644
--- a/utils/xftwrap.c
+++ b/utils/xftwrap.c
@@ -174,7 +174,6 @@ XftDrawStringUtf8_multi (XftDraw *xftdraw, const XftColor *color,
{
Display *dpy = XftDrawDisplay (xftdraw);
int i, start = 0;
- int lines = 0;
XGlyphInfo overall;
if (len == 0) return;
@@ -198,7 +197,6 @@ XftDrawStringUtf8_multi (XftDraw *xftdraw, const XftColor *color,
str + start,
i - start);
y += font->ascent + font->descent;
- lines++;
start = i+1;
}
}