SCI: Remove unused member property _palCycleToColor

This commit is contained in:
Colin Snover 2016-01-06 20:06:00 -06:00
parent 8a1d48fc03
commit 275db1f7f2
2 changed files with 0 additions and 4 deletions

View File

@ -129,8 +129,6 @@ void EngineState::reset(bool isRestoring) {
_vmdPalStart = 0;
_vmdPalEnd = 256;
_palCycleToColor = 255;
}
void EngineState::speedThrottler(uint32 neededSleep) {

View File

@ -203,8 +203,6 @@ public:
uint16 _vmdPalStart, _vmdPalEnd;
bool _syncedAudioOptions;
uint16 _palCycleToColor;
/**
* Resets the engine state.
*/