diff --git a/apps/regression/graph_controller.cpp b/apps/regression/graph_controller.cpp index 30ba3c825..e7ce69f0b 100644 --- a/apps/regression/graph_controller.cpp +++ b/apps/regression/graph_controller.cpp @@ -238,9 +238,9 @@ bool GraphController::moveCursorHorizontally(int direction) { } bool GraphController::moveCursorVertically(int direction) { - volatile int closestRegressionSeries = -1; + int closestRegressionSeries = -1; int closestDotSeries = -1; - volatile int dotSelected = -1; + int dotSelected = -1; if (*m_selectedDotIndex == -1) { // The current cursor is on a regression