From 835b2de913cddcf545246d88a8a4e5d7d0028f8a Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 29 Feb 2008 03:18:12 +0100 Subject: Remove an unused variable. --- openbox/focus_cycle.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox') diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index 2348f8d0..c7fc42ee 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -73,7 +73,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops, gboolean showbar, gboolean dialog, gboolean done, gboolean cancel) { - static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; ObClient *ft = NULL; @@ -150,7 +149,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops, done_cycle: if (done && !cancel) ret = focus_cycle_target; - t = NULL; focus_cycle_target = NULL; g_list_free(order); order = NULL; -- cgit v1.2.3