aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.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/uzbl-core.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/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index db9c32e..fb7d993 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -69,7 +69,6 @@ typedef struct {
/* Scrolling */
GtkAdjustment* bar_v; /* Information about document length */
GtkAdjustment* bar_h; /* and scrolling position */
- int scrollbars_visible;
/* Web page */
WebKitWebView* web_view;