]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.c
Fix shadowed variables
[chaz/openbox] / openbox / mainloop.c
index 591a7159e2cb5d91aa0810c065b06c3e2286f7ac..7c6a956648c480401104ddf3a6dd90175fb1de0b 100644 (file)
@@ -216,8 +216,6 @@ void ob_main_loop_destroy(ObMainLoop *loop)
 
         /* only do this if we're the last loop destroyed */
         if (!all_loops) {
-            guint i;
-
             /* grab all the signals that cause core dumps */
             for (i = 0; i < NUM_CORE_SIGNALS; ++i) {
                 if (all_signals[core_signals[i]].installed) {
This page took 0.022159 seconds and 4 git commands to generate.