summaryrefslogtreecommitdiff
path: root/src/drivers/relative_wheel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/relative_wheel.cpp')
-rw-r--r--src/drivers/relative_wheel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/relative_wheel.cpp b/src/drivers/relative_wheel.cpp
index 859f69e3..b944b47b 100644
--- a/src/drivers/relative_wheel.cpp
+++ b/src/drivers/relative_wheel.cpp
@@ -23,7 +23,6 @@ RelativeWheel::RelativeWheel(TouchWheel& touch)
last_angle_(0) {}
auto RelativeWheel::Update() -> void {
- touch_.Update();
TouchWheelData d = touch_.GetTouchWheelData();
is_clicking_ = d.is_button_touched;