]> Dogcows Code - chaz/openbox/commitdiff
Remove an unused variable.
authorMikael Magnusson <mikachu@comhem.se>
Fri, 29 Feb 2008 02:18:12 +0000 (03:18 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 29 Feb 2008 02:18:12 +0000 (03:18 +0100)
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.025523 seconds and 4 git commands to generate.