diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc index 8b1f4861fd2dda7338482d60aaca982e714be0b9..a7be15b2208ec2a41e781a925809c410f7b46b25 100644 --- a/src/comm/LogReplayLink.cc +++ b/src/comm/LogReplayLink.cc @@ -686,8 +686,3 @@ QString LogReplayLinkController::_secondsToHMS(int seconds) return tr("%1h:%2m:%3s").arg(hoursPart, 2).arg(minutesPart, 2).arg(secondsPart, 2); } - -void LogReplayLink::_signalCurrentLogTimeSecs(void) -{ - emit currentLogTimeSecs((_logCurrentTimeUSecs - _logStartTimeUSecs) / 1000000); -}