[Xfce4-commits] <thunar:jannis/new-shortcuts-pane> Remove unused variable.

Nick Schermer noreply at xfce.org
Thu Sep 8 14:18:01 CEST 2011


Updating branch refs/heads/jannis/new-shortcuts-pane
         to 618f042ccc1f1bf769733e51bee9e5673269c320 (commit)
       from 5f286f065f9d1d14c1d0d91db13578df3ac4211b (commit)

commit 618f042ccc1f1bf769733e51bee9e5673269c320
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Sep 8 10:21:50 2011 +0200

    Remove unused variable.

 thunar/thunar-file.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index 50564e8..4441ece 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -833,14 +833,13 @@ thunar_file_finish_reload (ThunarFile   *file,
                            GCancellable *cancellable,
                            GError      **error)
 {
-  const gchar *target_uri;
-  GKeyFile    *key_file;
-  GFile       *thumbnail_dir;
-  gchar       *base_name;
-  gchar       *md5_hash;
-  gchar       *p;
-  gchar       *thumbnail_dir_path;
-  gchar       *uri = NULL;
+  GKeyFile *key_file;
+  GFile    *thumbnail_dir;
+  gchar    *base_name;
+  gchar    *md5_hash;
+  gchar    *p;
+  gchar    *thumbnail_dir_path;
+  gchar    *uri = NULL;
 
   _thunar_return_if_fail (THUNAR_IS_FILE (file));
   _thunar_return_if_fail (error != NULL);


More information about the Xfce4-commits mailing list