summaryrefslogtreecommitdiff
path: root/include/androidfw/Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/androidfw/Input.h')
-rw-r--r--include/androidfw/Input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/androidfw/Input.h b/include/androidfw/Input.h
index aa8b82459a09..2c91fab90357 100644
--- a/include/androidfw/Input.h
+++ b/include/androidfw/Input.h
@@ -176,7 +176,6 @@ struct PointerCoords {
status_t setAxisValue(int32_t axis, float value);
void scale(float scale);
- void lerp(const PointerCoords& a, const PointerCoords& b, float alpha);
inline float getX() const {
return getAxisValue(AMOTION_EVENT_AXIS_X);