diff options
author | Johannes Schickel | 2012-06-07 18:19:10 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-06-07 18:19:58 +0200 |
commit | e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4 (patch) | |
tree | db9de8ec9f5cfa05456e83c3e73759c439f0d440 /engines/tinsel | |
parent | 8e7f874db35395d100ca73d9433b25f2f7eae19d (diff) | |
download | scummvm-rg350-e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4.tar.gz scummvm-rg350-e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4.tar.bz2 scummvm-rg350-e1d45a7b89368ddb5c2d6a1d5b225611d1cfb9a4.zip |
TINSEL: Remove unused member _scheduler in TinselEngine.
This is a leftover from before the move of the coroutine code.
Diffstat (limited to 'engines/tinsel')
-rw-r--r-- | engines/tinsel/tinsel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h index 59344c44f4..bac7ef6efb 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]; |