Updating branch refs/heads/master
         to e5aeb586a1c9b102178af98049e1e00bfab78d36 (commit)
       from cf7bf8d019247388488fbe442624f75dd1bdcc51 (commit)

commit e5aeb586a1c9b102178af98049e1e00bfab78d36
Author: Nick Schermer <[email protected]>
Date:   Fri Dec 24 20:36:55 2010 +0100

    Remove unused variables in box structures.

 plugins/systray/systray-box.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index f1d1874..30871a5 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -85,10 +85,6 @@ struct _SystrayBox
   /* all the icons packed in this box */
   GSList       *childeren;
 
-  /* table with names, value contains an uint
-   * that represents the hidden bool */
-  GHashTable   *names;
-
   /* orientation of the box */
   guint         horizontal : 1;
 
@@ -112,9 +108,6 @@ typedef struct
 
   /* invisible icon because of invalid requisition */
   guint         invalid : 1;
-
-  /* the name of the applcation */
-  gchar        *name;
 }
 SystrayBoxChild;
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to