Index: sources/MainTimer.cpp =================================================================== diff -u -rccba568494c6b7214116f818a0ac89d0fa3ba81b -r11560b63360025c294edabc6f5f6da97ad1f20c3 --- sources/MainTimer.cpp (.../MainTimer.cpp) (revision ccba568494c6b7214116f818a0ac89d0fa3ba81b) +++ sources/MainTimer.cpp (.../MainTimer.cpp) (revision 11560b63360025c294edabc6f5f6da97ad1f20c3) @@ -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;