diff options
Diffstat (limited to 'libs/input/Input.cpp')
-rw-r--r-- | libs/input/Input.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp index 00925ba555..c1274110d3 100644 --- a/libs/input/Input.cpp +++ b/libs/input/Input.cpp @@ -497,19 +497,6 @@ void PointerCoords::transform(const ui::Transform& transform) { } } -// --- PointerProperties --- - -bool PointerProperties::operator==(const PointerProperties& other) const { - return id == other.id - && toolType == other.toolType; -} - -void PointerProperties::copyFrom(const PointerProperties& other) { - id = other.id; - toolType = other.toolType; -} - - // --- MotionEvent --- void MotionEvent::initialize(int32_t id, int32_t deviceId, uint32_t source, int32_t displayId, |