]> git.tdb.fi Git - xinema.git/blobdiff - source/xinema.cpp
Refactor code to have the engine tick any streams
[xinema.git] / source / xinema.cpp
index feab3272fcc2a85034ef043f3fb471d93ba45d10..c7ffa810b6a357ebb146c7a7c5b6bc7407426242 100644 (file)
@@ -51,8 +51,6 @@ void Xinema::tick()
        }
 
        engine->tick();
-       if(stream)
-               stream->tick();
 
        Time::sleep(10*Time::msec);
 }