Remove unused variable

SVN revision: 45179
This commit is contained in:
Sebastian Dransfeld 2010-01-15 12:00:55 +00:00
parent 286988f003
commit 8ff570beb2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ static char *title = NULL, *str1 = NULL, *str2 = NULL;
static Font font = 0;
static XFontStruct *fs = NULL;
static GC gc = 0;
static Window cwin = 0, win = 0, b1 = 0, b2 = 0;
static Window win = 0, b1 = 0, b2 = 0;
static int ww = 320, hh = 240, wx = 20, wy = 20;
EAPI unsigned long e_alert_composite_win = 0;