]> spindle.queued.net Git - midori/commitdiff
Remove unused KatzeNet instance from History panel
authorChristian Dywan <christian@twotoasts.de>
Sun, 7 Feb 2010 23:14:49 +0000 (00:14 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 10 Feb 2010 18:52:11 +0000 (19:52 +0100)
panels/midori-history.c

index 87aac38b3853ce0ae0d223c011d961aa8230d619..61091d1a04b106afad4ac09c2752666eabd8c3a5 100644 (file)
@@ -48,7 +48,6 @@ struct _MidoriHistory
     GtkWidget* treeview;
     MidoriApp* app;
     KatzeArray* array;
-    KatzeNet* net;
 };
 
 struct _MidoriHistoryClass
@@ -860,9 +859,6 @@ midori_history_init (MidoriHistory* history)
     GtkCellRenderer* renderer_pixbuf;
     GtkCellRenderer* renderer_text;
 
-    history->net = katze_net_new ();
-    /* FIXME: Dereference the net on finalization */
-
     /* Create the treeview */
     model = gtk_tree_store_new (2, KATZE_TYPE_ITEM, G_TYPE_STRING);
     treeview = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model));