From 3b3bc64d19715c418f407d5231795ca5a2c2fa71 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 25 Aug 2023 10:13:37 +1000 Subject: Add modal dialog support --- src/drivers/touchwheel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/touchwheel.cpp b/src/drivers/touchwheel.cpp index 14cfa689..836e688a 100644 --- a/src/drivers/touchwheel.cpp +++ b/src/drivers/touchwheel.cpp @@ -59,7 +59,6 @@ TouchWheel::TouchWheel() { for (int i = 5; i < 12; i++) { WriteRegister(Register::KEY_CONTROL_BASE + i, 1); } - } TouchWheel::~TouchWheel() {} -- cgit v1.2.3