summaryrefslogtreecommitdiff
path: root/services/inputflinger/tests/UinputDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/tests/UinputDevice.cpp')
-rw-r--r--services/inputflinger/tests/UinputDevice.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/inputflinger/tests/UinputDevice.cpp b/services/inputflinger/tests/UinputDevice.cpp
index 7fec2c8b4b..0659511d25 100644
--- a/services/inputflinger/tests/UinputDevice.cpp
+++ b/services/inputflinger/tests/UinputDevice.cpp
@@ -179,11 +179,6 @@ void UinputTouchScreen::sendMove(const Point& point) {
injectEvent(EV_SYN, SYN_REPORT, 0);
}
-void UinputTouchScreen::sendPointerUp() {
- sendTrackingId(0xffffffff);
- injectEvent(EV_SYN, SYN_REPORT, 0);
-}
-
void UinputTouchScreen::sendUp() {
sendTrackingId(0xffffffff);
injectEvent(EV_KEY, BTN_TOUCH, 0);