summaryrefslogtreecommitdiff
path: root/include/vcl/commandevent.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-05-16 10:42:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-05-16 22:17:28 +0200
commitf0eec7572dfa630f903e91ac44a41f3503112846 (patch)
treecfcae34dfac59705c8802f892e94b048cf8d2763 /include/vcl/commandevent.hxx
parent4e52299a6aff1386151223a99e7ed3a49496d967 (diff)
ExternalZoom and ExternalScroll are unused
which leads to CommandWheelMode::ZOOM_SCALE becoming unused and so touch/touch.h is unnecessary Change-Id: I7cb9a4f6af2719deb0d768e35d514b59010daf79 Reviewed-on: https://gerrit.libreoffice.org/37671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/commandevent.hxx')
-rw-r--r--include/vcl/commandevent.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx
index 68ea0c5184d7..778348b3d1a3 100644
--- a/include/vcl/commandevent.hxx
+++ b/include/vcl/commandevent.hxx
@@ -129,8 +129,7 @@ enum class CommandWheelMode
NONE = 0,
SCROLL = 1,
ZOOM = 2,
- ZOOM_SCALE = 3,
- DATAZOOM = 4
+ DATAZOOM = 3
};
// Magic value used in mnLines field in CommandWheelData