[Scummvm-cvs-logs] scummvm master -> e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4

lordhoto lordhoto at gmail.com
Thu Jun 7 18:20:50 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e1d45a7b89 TINSEL: Remove unused member _scheduler in TinselEngine.


Commit: e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4
    https://github.com/scummvm/scummvm/commit/e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-06-07T09:19:58-07:00

Commit Message:
TINSEL: Remove unused member _scheduler in TinselEngine.

This is a leftover from before the move of the coroutine code.

Changed paths:
    engines/tinsel/tinsel.h



diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h
index 59344c4..bac7ef6 100644
--- a/engines/tinsel/tinsel.h
+++ b/engines/tinsel/tinsel.h
@@ -53,7 +53,6 @@ class Config;
 class MidiDriver;
 class MidiMusicPlayer;
 class PCMMusicPlayer;
-class Scheduler;
 class SoundManager;
 
 typedef Common::List<Common::Rect> RectList;
@@ -154,7 +153,6 @@ class TinselEngine : public Engine {
 	Common::Point _mousePos;
 	uint8 _dosPlayerDir;
 	Console *_console;
-	Scheduler *_scheduler;
 
 	static const char *const _sampleIndices[][3];
 	static const char *const _sampleFiles[][3];






More information about the Scummvm-git-logs mailing list