diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-03 13:40:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-03 13:44:50 +0100 |
commit | 337f199a899e339601d13a34d15319060c5be185 (patch) | |
tree | 2f845fd42b2b1031adcfee58efed21b56dda3994 /vcl/inc | |
parent | 9f5eb314b0fc74d3779a8ce8116aa219ab82d5aa (diff) |
loplugin:unusedmethods
Change-Id: I8a2d86145a951bcaae891240b1ed6f539d93634c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87854
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/slider.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/slider.hxx b/vcl/inc/slider.hxx index ea40a214675a..a52126ee71f8 100644 --- a/vcl/inc/slider.hxx +++ b/vcl/inc/slider.hxx @@ -48,7 +48,6 @@ private: sal_uInt16 mnStateFlags; ScrollType meScrollType; bool mbCalcSize; - bool mbScrollTypeSet; Link<Slider*,void> maSlideHdl; @@ -94,7 +93,6 @@ public: long GetLineSize() const { return mnLineSize; } void SetPageSize( long nNewSize ) { mnPageSize = nNewSize; } long GetPageSize() const { return mnPageSize; } - void SetScrollTypeSet(bool b) { mbScrollTypeSet = b; } Size CalcWindowSizePixel(); |