all repos — openbox @ 835b2de913cddcf545246d88a8a4e5d7d0028f8a

openbox fork - make it a bit more like ryudo

Remove an unused variable.
Mikael Magnusson mikachu@comhem.se
commit

835b2de913cddcf545246d88a8a4e5d7d0028f8a

parent

55cfb7496ca8005ceb85194e25966d853ed395d7

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M openbox/focus_cycle.copenbox/focus_cycle.c

@@ -73,7 +73,6 @@ gboolean linear, gboolean interactive,

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 @@

done_cycle: if (done && !cancel) ret = focus_cycle_target; - t = NULL; focus_cycle_target = NULL; g_list_free(order); order = NULL;