summaryrefslogtreecommitdiff
path: root/include/input/KeyCharacterMap.h
diff options
context:
space:
mode:
author Siarhei Vishniakou <svv@google.com> 2022-08-05 12:14:46 -0700
committer Siarhei Vishniakou <svv@google.com> 2022-08-05 14:30:12 -0700
commitcef0eb8ea5bbbd18af936c04803408c0a2e0a28f (patch)
tree256e1d0286af36b9e4ef36bff54449486c9f4649 /include/input/KeyCharacterMap.h
parent400294a8b01c2f432e7a6e8a578b268afb52e68c (diff)
Remove unused variable outKey
This output variable is never used, delete it. Bug: 238626341 Test: atest libinput_tests inputflinger_tests Change-Id: Ide7d91f83ae88b2273519eabe1e8cb58ce89a9e5
Diffstat (limited to 'include/input/KeyCharacterMap.h')
-rw-r--r--include/input/KeyCharacterMap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/input/KeyCharacterMap.h b/include/input/KeyCharacterMap.h
index f6f8939b7a..c2afb014e1 100644
--- a/include/input/KeyCharacterMap.h
+++ b/include/input/KeyCharacterMap.h
@@ -240,8 +240,7 @@ private:
KeyCharacterMap(const std::string& filename);
bool getKey(int32_t keyCode, const Key** outKey) const;
- bool getKeyBehavior(int32_t keyCode, int32_t metaState,
- const Key** outKey, const Behavior** outBehavior) const;
+ bool getKeyBehavior(int32_t keyCode, int32_t metaState, const Behavior** outBehavior) const;
static bool matchesMetaState(int32_t eventMetaState, int32_t behaviorMetaState);
bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;