[Xfce4-commits] <xfdesktop:xfce-4.8> Remove unused variable.

Jannis Pohlmann noreply at xfce.org
Sun Jan 30 19:22:02 CET 2011


Updating branch refs/heads/xfce-4.8
         to a092b2bc1e4a4e227e6e82bf9635c96266197afd (commit)
       from 36d58868ce6ce7c303aba908aa902b5b6d111361 (commit)

commit a092b2bc1e4a4e227e6e82bf9635c96266197afd
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jan 19 12:07:03 2011 +0100

    Remove unused variable.

 src/xfdesktop-regular-file-icon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/xfdesktop-regular-file-icon.c b/src/xfdesktop-regular-file-icon.c
index 840a098..e14256a 100644
--- a/src/xfdesktop-regular-file-icon.c
+++ b/src/xfdesktop-regular-file-icon.c
@@ -540,7 +540,6 @@ xfdesktop_regular_file_icon_update_file_info(XfdesktopFileIcon *icon,
     XfdesktopRegularFileIcon *regular_file_icon = XFDESKTOP_REGULAR_FILE_ICON(icon);
     const gchar *old_display_name;
     gchar *new_display_name;
-    gboolean label_changed = FALSE;
     
     g_return_if_fail(XFDESKTOP_IS_REGULAR_FILE_ICON(icon));
     g_return_if_fail(G_IS_FILE_INFO(info));



More information about the Xfce4-commits mailing list