From 6f343afe8b5afbdb4690adcc95b00760dad4a52d Mon Sep 17 00:00:00 2001 From: Peter Bozsó Date: Mon, 15 Sep 2014 15:07:45 +0200 Subject: MADS: Remove unused variables. --- engines/mads/nebular/menu_nebular.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/mads/nebular/menu_nebular.cpp') diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp index 4d3beb3382..f0a0a995b0 100644 --- a/engines/mads/nebular/menu_nebular.cpp +++ b/engines/mads/nebular/menu_nebular.cpp @@ -826,9 +826,6 @@ bool AnimationView::onEvent(Common::Event &event) { } void AnimationView::doFrame() { - Scene &scene = _vm->_game->_scene; - int bgNumber = 0; - // Only update state if wait period has expired if (_previousUpdate > 0) { if (g_system->getMillis() - _previousUpdate < 3000) { -- cgit v1.2.3