aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2011-02-25 15:43:54 +0100
committerGravatar keis <keijser@gmail.com>2011-02-25 15:45:09 +0100
commitb2001631c3a8eb8ea141b9589927facd0674a731 (patch)
treed54d340e62c01717153f0ba880a0cd42db21e6ec /src/uzbl-core.h
parent5c292797c40da696e847f48676f02137a1f91441 (diff)
fix phantom scrollbars
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 1285e3a..484f670 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -67,8 +67,6 @@ typedef struct {
GtkWidget* mainbar_label_right;
/* Scrolling */
- GtkScrollbar* scbar_v; /* Horizontal and Vertical Scrollbar */
- GtkScrollbar* scbar_h; /* (These are still hidden) */
GtkAdjustment* bar_v; /* Information about document length */
GtkAdjustment* bar_h; /* and scrolling position */
int scrollbars_visible;