Updating branch refs/heads/master
         to 7a22650c65d40a327afff860b22e2ec22fd9d9f7 (commit)
       from 54724529b7395d81204b9cbf8bf8cc4cd9dfc995 (commit)

commit 7a22650c65d40a327afff860b22e2ec22fd9d9f7
Author: Nick Schermer <[email protected]>
Date:   Tue Oct 30 18:07:30 2012 +0100

    Remove unused quarks.

 thunar/thunar-icon-factory.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/thunar/thunar-icon-factory.c b/thunar/thunar-icon-factory.c
index f6255dd..eab6cf4 100644
--- a/thunar/thunar-icon-factory.c
+++ b/thunar/thunar-icon-factory.c
@@ -128,9 +128,6 @@ struct _ThunarIconKey
 
 
 static GQuark thunar_icon_factory_quark = 0;
-static GQuark thunar_icon_thumb_uri_quark = 0;
-static GQuark thunar_icon_thumb_time_quark = 0;
-static GQuark thunar_file_thumb_uri_quark = 0;
 
 
 
@@ -143,13 +140,6 @@ thunar_icon_factory_class_init (ThunarIconFactoryClass 
*klass)
 {
   GObjectClass *gobject_class;
 
-  /* setup the thunar-icon-thumb-{path,time} quarks */
-  thunar_icon_thumb_uri_quark = g_quark_from_static_string 
("thunar-icon-thumb-path");
-  thunar_icon_thumb_time_quark = g_quark_from_static_string 
("thunar-icon-thumb-time");
-
-  /* setup the thunar-file-thumb-path quark */
-  thunar_file_thumb_uri_quark = g_quark_from_static_string 
("thunar-file-thumb-path");
-
   gobject_class = G_OBJECT_CLASS (klass);
   gobject_class->dispose = thunar_icon_factory_dispose;
   gobject_class->finalize = thunar_icon_factory_finalize;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to