diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc
index 8b1f486..a7be15b 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);
-}