[apps/reg] Remove unneeded volatile qualifiers

This commit is contained in:
Léa Saviot
2018-06-07 10:16:02 +02:00
committed by Émilie Feral
parent 822bed9aaf
commit 15ba7c4a8b

View File

@@ -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