From 63534161e49eaeb9b7dd4d40c190a764bfa98c59 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 2 Jul 2020 14:38:16 +0100 Subject: Force InputManagerService to communicate via InputManagerInterface Bug: 160010896 Test: compiles, manual Change-Id: I64f166faa5f242f22b14cb474b9187c9820f3b51 --- services/inputflinger/InputManager.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'services/inputflinger/InputManager.cpp') 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& channel) { mDispatcher->unregisterInputChannel(channel); } -void InputManager::setMotionClassifierEnabled(bool enabled) { - mClassifier->setMotionClassifierEnabled(enabled); -} - } // namespace android -- cgit v1.2.3-59-g8ed1b