diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-06 22:06:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-07 02:33:42 +0200 |
commit | 1ea2124ec68d0cf797ec212e3874dbfee2d9aa90 (patch) | |
tree | 806a85af96b2bd655afa833cc670594ee4cd3764 | |
parent | 94147f6ea2de2ace33fc3212f16ee441385cb373 (diff) |
SALEVENT_COUNT is unused
Change-Id: Ia4970bd63ae5a9af40a82c894ecd077b7ca199df
-rw-r--r-- | vcl/inc/salwtype.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/salwtype.hxx b/vcl/inc/salwtype.hxx index 589baa61d8d1..5902a9882442 100644 --- a/vcl/inc/salwtype.hxx +++ b/vcl/inc/salwtype.hxx @@ -100,7 +100,6 @@ class FontSelectPattern; #define SALEVENT_STARTRECONVERSION ((sal_uInt16)45) #define SALEVENT_EXTERNALZOOM ((sal_uInt16)46) #define SALEVENT_EXTERNALSCROLL ((sal_uInt16)47) -#define SALEVENT_COUNT ((sal_uInt16)47) // MOUSELEAVE must send, when the pointer leave the client area and // the mouse is not captured |