]> Dogcows Code - chaz/openbox/commitdiff
unused variables
authorDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 23:00:09 +0000 (23:00 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 23:00:09 +0000 (23:00 +0000)
openbox/openbox.c

index b7d4f5cc57362995b50e5c899833158911dc2018..e3f52ce3c18ee0561c9dad79c84e2995a671dea2 100644 (file)
@@ -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);
This page took 0.02811 seconds and 4 git commands to generate.