diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-31 18:50:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-07 11:20:43 +0200 |
commit | fa52e2090651fc2b2f3ba77b8f0af196d705730f (patch) | |
tree | 64cef2b8fb02c9dbb1b44d9cb2246b4050316e05 /include | |
parent | 079590c9097a9491b31f1ef1b30d67d42bd0139a (diff) |
remove dead MOUSE_ definitions
the active definitions are in event.hxx
Change-Id: I2025a64623b036a897277d1fa0ccee4235600a88
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/keycodes.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/keycodes.hxx b/include/vcl/keycodes.hxx index 45adac1f6d24..bfb1be48c4e5 100644 --- a/include/vcl/keycodes.hxx +++ b/include/vcl/keycodes.hxx @@ -166,10 +166,6 @@ #define MODKEY_MOD2 (MODKEY_LMOD2|MODKEY_RMOD2) #define MODKEY_MOD3 (MODKEY_LMOD3|MODKEY_RMOD3) -#define MOUSE_LEFT ((sal_uInt16)0x0001) -#define MOUSE_MIDDLE ((sal_uInt16)0x0002) -#define MOUSE_RIGHT ((sal_uInt16)0x0004) - enum class KeyIndicatorState { NONE = 0x0000, CAPSLOCK = 0x0001, |