summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-04 20:04:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-05 07:52:48 +0100
commit4388ce8614ee720244697e44c1f056b597273913 (patch)
tree71bcf38fe8775bbb10605203657d421125f0e204 /include
parentb45b18cec479cf89241b8d5b11a66f22f9fe3165 (diff)
INPUTENABLE is unused
since commit be3b1a8393ca3e77f31bea5d9caa7271fd53e9e4 Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Aug 17 17:28:58 2020 +0100 weld OAppDetailPageHelper Change-Id: I97afdbd536c587a360b8f72b9faca71e8fa32ba3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105306 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/event.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 88cd3018b4e1..9173ce0e7d00 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -284,8 +284,7 @@ enum class MouseNotifyEvent
KEYUP = 5,
GETFOCUS = 6,
LOSEFOCUS = 7,
- COMMAND = 8,
- INPUTENABLE = 10
+ COMMAND = 8
};
class VCL_DLLPUBLIC NotifyEvent