From b82d35b06199357751a8f56061fb3b14bbdd6760 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sat, 25 Mar 2006 23:31:42 +0000 Subject: [project @ 2006-03-25 23:31:41 by rjek] Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166 --- gtk/gtk_gui.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gtk/gtk_gui.c') diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index b258deb2d..eafb82ab5 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -215,14 +215,6 @@ void hotlist_visited(struct content *content) } -struct history *history_create(void) { return 0; } -void history_add(struct history *history, struct content *content, - char *frag_id) {} -void history_update(struct history *history, struct content *content) {} -void history_destroy(struct history *history) {} -void history_back(struct browser_window *bw, struct history *history) {} -void history_forward(struct browser_window *bw, struct history *history) {} - void gui_401login_open(struct browser_window *bw, struct content *c, const char *realm) {} void gui_cert_verify(struct browser_window *bw, struct content *c, -- cgit v1.2.3