[bijiben] Window base : remove old comment for old tags member



commit 969f1cc724415a9b750b7e450d69204105ae5478
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Sun Nov 18 00:12:07 2012 +0100

    Window base : remove old comment for old tags member

 src/bjb-window-base.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/bjb-window-base.c b/src/bjb-window-base.c
index c2034fe..9d15dec 100644
--- a/src/bjb-window-base.c
+++ b/src/bjb-window-base.c
@@ -30,9 +30,6 @@ struct _BjbWindowBasePriv
   /* To register new windows and access the data */
   GtkApplication *app ;
   BjbController  *controller;
-    
-  /* The real data */
-  //GList *tags ;
 
   /* UI */
   ClutterActor *stage, *frame ;
@@ -138,7 +135,6 @@ bjb_window_base_init (BjbWindowBase *self)
   /*  We probably want to offer a no entry window at first (startup) */
   priv->entry = NULL ;
 
-  //priv->tags = get_all_tracker_tags();
   priv->font = pango_font_description_from_string (BJB_DEFAULT_FONT);
 
   /* UI */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]