[Xfce4-commits] <thunar-archive-plugin:master> Fix unused but set variable.

Jannis Pohlmann noreply at xfce.org
Wed May 25 18:02:01 CEST 2011


Updating branch refs/heads/master
         to 5a6a19da46474306bf29894b0731925740e1c3d4 (commit)
       from 4bd886cdd72275227359d5fefd586f3fbd68c2ad (commit)

commit 5a6a19da46474306bf29894b0731925740e1c3d4
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed May 25 18:00:48 2011 +0200

    Fix unused but set variable.

 thunar-archive-plugin/tap-backend.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/thunar-archive-plugin/tap-backend.c b/thunar-archive-plugin/tap-backend.c
index f8d2fbb..ebe379c 100644
--- a/thunar-archive-plugin/tap-backend.c
+++ b/thunar-archive-plugin/tap-backend.c
@@ -58,7 +58,6 @@ tap_backend_mime_ask (GList     *mime_applications,
                       GtkWidget *parent)
 {
   GAppInfo                 *mime_application = NULL;
-  GtkIconTheme             *icon_theme;
   GIcon                    *icon;
   GtkTooltips              *tooltips;
   GtkWidget                *button;
@@ -74,9 +73,6 @@ tap_backend_mime_ask (GList     *mime_applications,
   gchar                    *space;
   GList                    *mp;
 
-  /* determine the icon theme for this screen */
-  icon_theme = gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET (parent)));
-
   /* allocate tooltips */
   tooltips = gtk_tooltips_new ();
   g_object_ref_sink (tooltips);



More information about the Xfce4-commits mailing list