From ea088eb88d7c29558fa59563a934545bc122d5eb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 23 Apr 2007 17:55:26 +0000 Subject: [PATCH] remove an unused variable --- openbox/focus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/openbox/focus.c b/openbox/focus.c index 69a0e049..f88ad26f 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -334,8 +334,6 @@ static void popup_cycle(ObClient *c, gboolean show) void focus_cycle_draw_indicator() { if (!focus_cycle_target) { - XEvent e; - XUnmapWindow(ob_display, focus_indicator.top.win); XUnmapWindow(ob_display, focus_indicator.left.win); XUnmapWindow(ob_display, focus_indicator.right.win); -- 2.39.2