SCI: Remove unused variable

This commit is contained in:
Willem Jan Palenstijn 2013-04-15 20:58:22 +02:00
parent 250967a63f
commit 3f8d2fae8a

View File

@ -175,7 +175,6 @@ private:
SciEngine *_engine;
DebugState &_debugState;
bool _mouseVisible;
Common::String _videoFile;
int _videoFrameDelay;
};