diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-27 19:38:39 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-11-27 19:38:39 +0100 |
commit | ed6d85b56c5702bb31e5581c9fe6920b39f023b8 (patch) | |
tree | 66e4c796a527434215809c09764029080939ad6b /src/nav.h | |
parent | 1ad905737ba17c35f39b0f159475c9dd27c2a707 (diff) |
garbage collect now unused a_Nav_push_nw()
Diffstat (limited to 'src/nav.h')
-rw-r--r-- | src/nav.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |