diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-01 15:01:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-02 12:38:31 +0200 |
commit | 56b3c7ca9b50c0f6dcca2e6c4a3312deb46ec647 (patch) | |
tree | 8b7cdf84ca26636a52ff8de40edee427a2f1c4c1 /vcl/inc | |
parent | 9dbfee0fe5a90191b3bdd7f7247bcaf08642e808 (diff) |
AlwaysInputMode::AlwaysInputDisabled newly unused
Change-Id: I2a6c84f7c12e5a24d442dba1256f27cb5b3db66e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101875
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 52993ffa930b..ba318833f11b 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -196,7 +196,7 @@ struct ImplAccessibleInfos ~ImplAccessibleInfos(); }; -enum AlwaysInputMode { AlwaysInputNone = 0, AlwaysInputEnabled = 1, AlwaysInputDisabled =2 }; +enum AlwaysInputMode { AlwaysInputNone = 0, AlwaysInputEnabled = 1 }; enum class ImplPaintFlags { NONE = 0x0000, |