From 263d1ab15f8854f3d50c140f92e37f43a46d738a Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 23 Jul 2015 22:08:56 +0200 Subject: [PATCH] systray: Remove unused variable --- src/systray/systraybar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index 2790cb8..f188d31 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -854,7 +854,6 @@ void systray_reconfigure_event(TrayWindow *traywin, XEvent *e) if (1 || systray_profile) fprintf(stderr, "XConfigure event: win = %lu (%s), x = %d, y = %d, w = %d, h = %d\n", traywin->win, traywin->name, e->xconfigure.x, e->xconfigure.y, e->xconfigure.width, e->xconfigure.height); - Panel* panel = systray.area.panel; //fprintf(stderr, "move tray %d\n", traywin->x);