From 7bc1c17ecd020cb9f28f24c4b1db3105f8f8a5cd Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 4 Nov 2022 21:48:51 +0800 Subject: [PATCH] Fix error: private field 'm_stop' is not used Signed-off-by: Xiang Xiao --- include/graphics/nxwm/ccalibration.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/graphics/nxwm/ccalibration.hxx b/include/graphics/nxwm/ccalibration.hxx index 3e6251f53..d76066333 100644 --- a/include/graphics/nxwm/ccalibration.hxx +++ b/include/graphics/nxwm/ccalibration.hxx @@ -164,7 +164,6 @@ namespace NxWM struct nxgl_point_s m_touchPos; /**< This is the last touch position */ volatile uint8_t m_calthread; /**< Current calibration display state (See ECalibThreadState)*/ uint8_t m_calphase; /**< Current calibration display state (See ECalibrationPhase)*/ - bool m_stop; /**< True: We have been asked to stop the calibration */ bool m_touched; /**< True: The screen is touched */ uint8_t m_touchId; /**< The ID of the touch */ #ifdef CONFIG_NXWM_CALIBRATION_AVERAGE