[file-roller] removed an unused variable



commit 0fce1efa6fb546b443ca3f28d50aa8c0f3d32907
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Aug 11 20:46:25 2012 +0200

    removed an unused variable

 src/fr-window.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index cf63e2a..c89402a 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -6130,7 +6130,6 @@ notify_action_open_archive_cb (NotifyNotification *notification,
 static void
 _fr_window_notify_creation_complete (FrWindow *window)
 {
-	char               *title;
 	char               *basename;
 	char               *message;
 	NotifyNotification *notification;
@@ -6138,7 +6137,6 @@ _fr_window_notify_creation_complete (FrWindow *window)
 	GList              *caps;
 	NotifyData         *notify_data;
 
-	title = get_action_description (window, window->priv->action, window->priv->pd_last_archive);
 	basename = _g_file_get_display_basename (window->priv->saving_file);
 	/* Translators: %s is a filename */
 	message = g_strdup_printf (_("\"%s\" created successfully"), basename);
@@ -6174,7 +6172,6 @@ _fr_window_notify_creation_complete (FrWindow *window)
 	notify_notification_show (notification, NULL);
 	g_free (message);
 	g_free (basename);
-	g_free (title);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]