summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-29 03:18:12 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-29 03:18:12 +0100
commit835b2de913cddcf545246d88a8a4e5d7d0028f8a (patch)
tree615d87945c7b58b2b6025e07eb81b95673a93e10 /openbox/focus_cycle.c
parent55cfb7496ca8005ceb85194e25966d853ed395d7 (diff)
Remove an unused variable.
Diffstat (limited to 'openbox/focus_cycle.c')
-rw-r--r--openbox/focus_cycle.c2
1 files changed, 0 insertions, 2 deletions
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;