aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-03 17:58:10 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-03 17:58:10 +0100
commit246be6d1a5cbe625cfe4c8a1b4a35c67ec0c0c0e (patch)
tree6cbc691ed8694f1dd8575ae6e09deec8db5b901d /uzbl.c
parent8b88ac0b6c9623789ae808444d8453bcf7c1326c (diff)
Fixed a warning.
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index ce80aa1..b0e669f 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -281,7 +281,6 @@ log_history_cb () {
#define VIEWFUNC(name) static void view_##name(WebKitWebView *page, const char *param){(void)param; webkit_web_view_##name(page);}
VIEWFUNC(reload)
-VIEWFUNC(reload_bypass_cache)
VIEWFUNC(stop_loading)
VIEWFUNC(zoom_in)
VIEWFUNC(zoom_out)