unused variables

This commit is contained in:
Dana Jansens 2007-06-03 23:00:09 +00:00
parent cd5bd7bbde
commit a4ef4fd550

View file

@ -330,7 +330,6 @@ gint main(gint argc, gchar **argv)
/* redecorate all existing windows */ /* redecorate all existing windows */
for (it = client_list; it; it = g_list_next(it)) { for (it = client_list; it; it = g_list_next(it)) {
ObClient *c = it->data; ObClient *c = it->data;
Strut oldsize, newsize;
/* the new config can change the window's decorations */ /* the new config can change the window's decorations */
client_setup_decor_and_functions(c, TRUE); client_setup_decor_and_functions(c, TRUE);