Oops - fix compiler warning.

SVN revision: 7907
This commit is contained in:
Kim Woelders 2003-11-16 20:14:54 +00:00
parent ef58a37b97
commit b75796ca5d
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ TextDraw(TextState * ts, Window win, char *text,
int xx, yy;
XGCValues gcv;
static GC gc = 0;
int r, g, b;
lines = TextGetLines(text, &num_lines);
if (!lines)