From 829b86da99f62e17c0ff28db52c99886e450a8e8 Mon Sep 17 00:00:00 2001 From: Damjan Adamic Date: Wed, 25 May 2016 22:12:43 +0200 Subject: [PATCH] Cosmetics --- companion/src/helpers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/companion/src/helpers.cpp b/companion/src/helpers.cpp index b3730b16f0..c23e2d2a12 100644 --- a/companion/src/helpers.cpp +++ b/companion/src/helpers.cpp @@ -278,7 +278,6 @@ void CurveGroup::gvarCBChanged(int state) if (state) { curve.value = 10000+1; // TODO constant in EEpromInterface ... lastType = -1; // quickfix for issue #3518: force refresh of curveValueCB at next update() to set current index to GV1 - } else { curve.value = 0; // TODO could be better