X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus_cycle.c;h=4d79377735928a6c9f1976860939c44975d3766a;hb=173b9b764887929b7ff5d30b3e33f0602b0afda6;hp=dbf79c9a7d2207ef899c91402222b711a4f583c9;hpb=9d1bb266ee9e9be374944730f6e737f40393cd04;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index dbf79c9a..4d793777 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -72,7 +72,6 @@ ObClient* focus_cycle(gboolean forward, gboolean all_desktops, gboolean showbar, ObFocusCyclePopupMode mode, gboolean done, gboolean cancel) { - static ObClient *t = NULL; static GList *order = NULL; GList *it, *start, *list; ObClient *ft = NULL; @@ -149,7 +148,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;