Index: sources/MainTimer.cpp =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/MainTimer.cpp (.../MainTimer.cpp) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/MainTimer.cpp (.../MainTimer.cpp) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -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;