summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-06 23:21:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-07 10:58:39 +0000
commit2efa35a812a6f1e35e4959a357f50feff7e598f5 (patch)
treed0776e997922a1ab0db17ad474be483903dfbd54 /vcl/inc/svdata.hxx
parentb634cd4473bcd8170bfd7d53596893e65208ad88 (diff)
Resolves: fdo#56198 collect scrollbar click preference settings
for gtk and merge with aqua equivalent so as to alternate "jump to here" behavior for primary button vs primary means scroll by single page. Secondary button takes the alternative behaviour Change-Id: I0a96f3131f41ec87052da39cbe96bfd895ca53f6
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index af547e9b892c..974a67fc24eb 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -294,7 +294,6 @@ struct ImplSVNWFData
bool mbCheckBoxNeedsErase:1; // set true for platforms that should draw the
// window background before drawing the native
// checkbox
- bool mbScrollbarJumpPage:1; // true for "jump to here" behavior
bool mbCanDrawWidgetAnySize:1; // set to true currently on gtk
};