summaryrefslogtreecommitdiff
path: root/include/vcl/event.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-03 20:51:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 07:13:38 +0100
commit0d4f5bc196d29c6d79acb916f459a0baf758b71d (patch)
treec3f8c7ca88fc17862b66c36b29b51b4f6baf5218 /include/vcl/event.hxx
parent21c86b6aaa73a4607eefd5e34bb726f16b505f1f (diff)
remove unused MouseNotifyEvent enum values
Change-Id: I3d007287daf82a96e6aead6d75d81ef3e1a6f267 Reviewed-on: https://gerrit.libreoffice.org/64483 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/event.hxx')
-rw-r--r--include/vcl/event.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 6cd6f4a54c83..45d7b5df750c 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -276,9 +276,7 @@ enum class MouseNotifyEvent
GETFOCUS = 6,
LOSEFOCUS = 7,
COMMAND = 8,
- DESTROY = 9,
INPUTENABLE = 10,
- INPUTDISABLE = 11,
EXECUTEDIALOG = 100,
ENDEXECUTEDIALOG = 101
};