Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -r331d990a4f4e3123df26fa3f87dd3e1659b9e13a -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 331d990a4f4e3123df26fa3f87dd3e1659b9e13a) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) @@ -180,8 +180,6 @@ min_left(_counter_min ); sec_left(60 - _counter_sec); - countdown(QString("%1:%2").arg(_min_left,2,10,QChar('0')).arg(_sec_left,2,10,QChar('0'))); - if ( _counter_sec % 60 ) return; // only check every minute if ( ! _counter_min ) {