From b2001631c3a8eb8ea141b9589927facd0674a731 Mon Sep 17 00:00:00 2001 From: keis Date: Fri, 25 Feb 2011 15:43:54 +0100 Subject: fix phantom scrollbars --- src/uzbl-core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/uzbl-core.h') 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; -- cgit v1.2.3