diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nav.c | 8 | ||||
-rw-r--r-- | src/nav.h | 1 |
2 files changed, 0 insertions, 9 deletions
@@ -445,14 +445,6 @@ void a_Nav_push_nw(BrowserWindow *bw, const DilloUrl *url) } /* - * Wraps a_Nav_push to match 'DwPage->link' function type - */ -void a_Nav_vpush(void *vbw, const DilloUrl *url) -{ - a_Nav_push(vbw, url); -} - -/* * Send the browser back to previous page */ void a_Nav_back(BrowserWindow *bw) @@ -16,7 +16,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_vpush(void *vbw, const DilloUrl *url); void a_Nav_repush(BrowserWindow *bw); void a_Nav_back(BrowserWindow *bw); void a_Nav_forw(BrowserWindow *bw); |