From: Dana Jansens Date: Sun, 3 Jun 2007 23:00:18 +0000 (+0000) Subject: merge 7320 from trunk X-Git-Tag: release-3.4.3~119 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ddd6d0034e4f4055ee605b8dddfe1cf6e7ca9f72;p=dana%2Fopenbox.git merge 7320 from trunk --- 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);