From 6173bb0e6c3bf51cd463f7bc4f725429d9087b2b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Oct 2010 19:14:46 +0000 Subject: Merge treeview-redux to trunk svn path=/trunk/netsurf/; revision=10865 --- gtk/gtk_history.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'gtk/gtk_history.h') diff --git a/gtk/gtk_history.h b/gtk/gtk_history.h index 02cb7f920..93d57b2b7 100644 --- a/gtk/gtk_history.h +++ b/gtk/gtk_history.h @@ -1,5 +1,6 @@ /* * Copyright 2006 Rob Kendrick + * Copyright 2009 Paul Blokus * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -23,22 +24,7 @@ extern GtkWindow *wndHistory; - -struct history_model { - GtkListStore *history_list; - GtkTreeModel *history_filter; - GtkTreeModel *site_filter; - GtkTreeModel *site_sort; - GtkTreeView *site_treeview; - GtkTreeSelection *site_selection; - GtkListStore *domain_list; - GtkTreeModel *domain_filter; - GHashTable *domain_hash; - GtkTreeModel *domain_sort; - GtkTreeView *domain_treeview; - GtkTreeSelection *domain_selection; -}; - bool nsgtk_history_init(void); +void nsgtk_history_destroy(void); #endif /* __NSGTK_HISTORY_H__ */ -- cgit v1.2.3