projects
/
mikachu
/
openbox.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix shadowed variables
[mikachu/openbox.git]
/
openbox
/
mainloop.c
diff --git
a/openbox/mainloop.c
b/openbox/mainloop.c
index
591a715
..
7c6a956
100644
(file)
--- 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) {