summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-03 23:00:09 +0000
committerDana Jansens <danakj@orodu.net>2007-06-03 23:00:09 +0000
commita4ef4fd5505883464d59d335b2418b0ace116603 (patch)
tree10ee3660df85cf7a65a4a98c42dac417e28b954d /openbox/openbox.c
parentcd5bd7bbdea32a4f0c73cf23ad55ad2b49a9c5ce (diff)
unused variables
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index b7d4f5cc..e3f52ce3 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -330,7 +330,6 @@ gint main(gint argc, gchar **argv)
/* redecorate all existing windows */
for (it = client_list; it; it = g_list_next(it)) {
ObClient *c = it->data;
- Strut oldsize, newsize;
/* the new config can change the window's decorations */
client_setup_decor_and_functions(c, TRUE);