diff options
author | corvid <corvid@lavabit.com> | 2009-11-09 21:45:26 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-11-09 21:45:26 +0000 |
commit | b21902f413413061ac0987c692ad37a939c8fe26 (patch) | |
tree | f9464b0eec928cd3c19738363486949756b5b5ef /src | |
parent | 225e51094971a08af9f1ace50fab87525e775130 (diff) |
rm unused a_Nav_vpush
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); |