aboutsummaryrefslogtreecommitdiff
path: root/src/nav.h
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-27 19:38:39 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-11-27 19:38:39 +0100
commited6d85b56c5702bb31e5581c9fe6920b39f023b8 (patch)
tree66e4c796a527434215809c09764029080939ad6b /src/nav.h
parent1ad905737ba17c35f39b0f159475c9dd27c2a707 (diff)
garbage collect now unused a_Nav_push_nw()
Diffstat (limited to 'src/nav.h')
-rw-r--r--src/nav.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nav.h b/src/nav.h
index 41e99836..13439ad0 100644
--- a/src/nav.h
+++ b/src/nav.h
@@ -15,7 +15,6 @@ extern "C" {
void a_Nav_redirection0(BrowserWindow *bw, const DilloUrl *new_url);
void a_Nav_push(BrowserWindow *bw, const DilloUrl *url);
-void a_Nav_push_nw(BrowserWindow *bw, const DilloUrl *url);
void a_Nav_repush(BrowserWindow *bw);
void a_Nav_back(BrowserWindow *bw);
void a_Nav_forw(BrowserWindow *bw);