aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callbacks.c')
-rw-r--r--src/callbacks.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/callbacks.c b/src/callbacks.c
index ef2005d..d3501b7 100644
--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -634,12 +634,6 @@ populate_popup_cb(WebKitWebView *v, GtkMenu *m, void *c) {
}
}
-gboolean
-scrollbars_policy_cb(WebKitWebView *view) {
- (void) view;
- return TRUE;
-}
-
void
window_object_cleared_cb(WebKitWebView *webview, WebKitWebFrame *frame,
JSGlobalContextRef *context, JSObjectRef *object) {