[Xfce4-commits] <midori:master> Remove unused KatzeNet instance from History panel
Christian Dywan
noreply at xfce.org
Wed Feb 10 19:52:04 CET 2010
Updating branch refs/heads/master
to eb5b244647e0066d3ca3438dd8e4df960f6d4e85 (commit)
from 24b0916d628498685fa28c9a526be4932f065ca1 (commit)
commit eb5b244647e0066d3ca3438dd8e4df960f6d4e85
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Feb 8 00:14:49 2010 +0100
Remove unused KatzeNet instance from History panel
panels/midori-history.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/panels/midori-history.c b/panels/midori-history.c
index 87aac38..61091d1 100644
--- a/panels/midori-history.c
+++ b/panels/midori-history.c
@@ -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));
More information about the Xfce4-commits
mailing list