projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cfb74
)
Remove an unused variable.
author
Mikael Magnusson
<mikachu@comhem.se>
Fri, 29 Feb 2008 02:18:12 +0000
(
03:18
+0100)
committer
Mikael Magnusson
<mikachu@comhem.se>
Fri, 29 Feb 2008 02:18:12 +0000
(
03:18
+0100)
openbox/focus_cycle.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle.c
b/openbox/focus_cycle.c
index 2348f8d0364b7d4802aa41bc01e3a836e3cb65b1..c7fc42ee91bf64d95f8dfa41b94bd9db3b16c761 100644
(file)
--- 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;