From 8ff570beb28d1aa8e6649d634e33242ac446a565 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 15 Jan 2010 12:00:55 +0000 Subject: [PATCH] Remove unused variable SVN revision: 45179 --- src/bin/e_alert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c index e26126474..25f156dc0 100644 --- a/src/bin/e_alert.c +++ b/src/bin/e_alert.c @@ -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;