[nautilus] application: remove useless assignment
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] application: remove useless assignment
- Date: Mon, 9 Jan 2012 22:25:53 +0000 (UTC)
commit f1f7bf476b3c932d13927e55292e8bd8b77b29d8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Jan 6 14:53:38 2012 +0100
application: remove useless assignment
src/nautilus-application.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 89bf761..c62aa33 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -666,7 +666,6 @@ mount_removed_callback (GVolumeMonitor *monitor,
/* Handle the windows in the close list. */
for (node = close_list; node != NULL; node = node->next) {
slot = node->data;
- window = slot->pane->window;
if (slot != force_no_close_slot) {
nautilus_window_pane_slot_close (slot->pane, slot);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]