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

Nick Schermer noreply at xfce.org
Wed Jan 19 12:18:01 CET 2011


Updating branch refs/heads/master
         to 19dac70c4d99a8ae51a1dad34cf68d5fe269a9dc (commit)
       from 34f869dbb5a6ee41f1b18a2f3b2db0be516be09d (commit)

commit 19dac70c4d99a8ae51a1dad34cf68d5fe269a9dc
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 b360f7f..8f30c2c 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