summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.c')
-rw-r--r--gtk/gtk_gui.c8
1 files changed, 0 insertions, 8 deletions
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,