diff options
| author | 2020-07-02 14:38:16 +0100 | |
|---|---|---|
| committer | 2020-07-07 02:02:58 +0100 | |
| commit | 63534161e49eaeb9b7dd4d40c190a764bfa98c59 (patch) | |
| tree | 9c936556a22e9636859882a5e86b1a9569182e2a /services/inputflinger/InputManager.cpp | |
| parent | ca5bede6d18f05e025b3c46c989091bad7895845 (diff) | |
Force InputManagerService to communicate via InputManagerInterface
Bug: 160010896
Test: compiles, manual
Change-Id: I64f166faa5f242f22b14cb474b9187c9820f3b51
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
| -rw-r--r-- | services/inputflinger/InputManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp index e68946d734..f2a0014da4 100644 --- a/services/inputflinger/InputManager.cpp +++ b/services/inputflinger/InputManager.cpp @@ -134,8 +134,4 @@ void InputManager::unregisterInputChannel(const sp<InputChannel>& channel) { mDispatcher->unregisterInputChannel(channel); } -void InputManager::setMotionClassifierEnabled(bool enabled) { - mClassifier->setMotionClassifierEnabled(enabled); -} - } // namespace android |