aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
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)