]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.c
Remove an unused variable.
[chaz/openbox] / openbox / focus_cycle.c
index 2348f8d0364b7d4802aa41bc01e3a836e3cb65b1..c7fc42ee91bf64d95f8dfa41b94bd9db3b16c761 100644 (file)
@@ -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;
This page took 0.020103 seconds and 4 git commands to generate.