summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-01 15:01:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-02 12:38:31 +0200
commit56b3c7ca9b50c0f6dcca2e6c4a3312deb46ec647 (patch)
tree8b7cdf84ca26636a52ff8de40edee427a2f1c4c1 /vcl/inc
parent9dbfee0fe5a90191b3bdd7f7247bcaf08642e808 (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.h2
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,