summaryrefslogtreecommitdiff
path: root/openbox/mainloop.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-09-04 06:22:28 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-09-04 06:25:06 +0200
commit1492bd0e7d92b3c7c1ca6adfe46dab4b8c2d3fed (patch)
tree31587c790320eef390e5224dba943966036673d2 /openbox/mainloop.c
parentc12d09bde85e40fdfbb36225a1b596b5f27c2335 (diff)
Fix shadowed variables
Diffstat (limited to 'openbox/mainloop.c')
-rw-r--r--openbox/mainloop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/mainloop.c b/openbox/mainloop.c
index 591a7159..7c6a9566 100644
--- a/openbox/mainloop.c
+++ b/openbox/mainloop.c
@@ -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) {