From 3668895abce7445077350f88c55175ff1c66b05f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 24 Jul 2009 21:36:42 +0000 Subject: CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete notifyPaused() svn-id: r42715 --- engines/gob/gob.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/gob/gob.cpp') diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 13f306fff1..6c8aceff33 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -306,7 +306,6 @@ void GobEngine::pauseEngineIntern(bool pause) { } else { uint32 duration = _system->getMillis() - _pauseStart; - _vidPlayer->notifyPaused(duration); _util->notifyPaused(duration); _game->_startTimeKey += duration; -- cgit v1.2.3