Index: sources/MainTimer.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/MainTimer.cpp (.../MainTimer.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/MainTimer.cpp (.../MainTimer.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -36,9 +36,6 @@ */ bool MainTimer::init() { - // disabled coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing - // will never be executed on the product - // has been tested manually if (gFakeInterval) { startTimer(gFakeInterval); } @@ -78,8 +75,6 @@ static int oH,oM,oS; int cH,cM,cS; QDateTime::currentDateTime().date().getDate(&cy, &cm, &cd); - // disabled coco begin validated: Decided to not to check each second - // has been tested manually if (vIncludeTime) { QTime currentTime = QDateTime::currentDateTime().time(); cH = currentTime.hour(); @@ -102,7 +97,6 @@ oM = cM; oS = cS; } - // disabled coco end } else return false;