summaryrefslogtreecommitdiff
path: root/include/vcl/spin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-02 16:10:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-04 06:31:03 +0000
commitbb1dcd35f350e2375f6a8a9d27b02fb5784a476f (patch)
tree7f590981101f5de46d9307f90b72b2f0aa833a70 /include/vcl/spin.hxx
parent50f2c712c46c66264279ab3b61888e491a4d8dca (diff)
remove unused Link<> fields
Change-Id: I81401ae6d1b1e95375bf4a5792b3b83189be5683 Reviewed-on: https://gerrit.libreoffice.org/18304 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/spin.hxx')
-rw-r--r--include/vcl/spin.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/spin.hxx b/include/vcl/spin.hxx
index 69e6d03e0108..944a23b04250 100644
--- a/include/vcl/spin.hxx
+++ b/include/vcl/spin.hxx
@@ -43,8 +43,6 @@ private:
bool mbInitialDown : 1;
bool mbHorz : 1;
bool mbUpperIsFocused : 1;
- Link<> maUpHdlLink;
- Link<> maDownHdlLink;
long mnMinRange;
long mnMaxRange;
long mnValue;