aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 19:09:49 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 19:09:49 +0000
commit7180bedbc91efa454b9d5886e9491d4711c7852b (patch)
tree57492346e6fc6f3f9793bf56172467fc42e62a07 /src/callbacks.h
parent91da964076912a556a68a38b0f095f2f747ada25 (diff)
remove the scrollbars_visible variable
it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index 176cb40..e9240b5 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -78,9 +78,6 @@ scroll_vert_cb(GtkAdjustment *adjust, void *w);
gboolean
scroll_horiz_cb(GtkAdjustment *adjust, void *w);
-gboolean
-scrollbars_policy_cb(WebKitWebView *view);
-
void
window_object_cleared_cb(WebKitWebView *webview, WebKitWebFrame *frame,
JSGlobalContextRef *context, JSObjectRef *object);