[Scummvm-cvs-logs] scummvm master -> 6f343afe8b5afbdb4690adcc95b00760dad4a52d
urukgit
urukgit at users.noreply.github.com
Mon Sep 15 15:08:24 CEST 2014
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:
6f343afe8b MADS: Remove unused variables.
Commit: 6f343afe8b5afbdb4690adcc95b00760dad4a52d
https://github.com/scummvm/scummvm/commit/6f343afe8b5afbdb4690adcc95b00760dad4a52d
Author: Peter Bozsó (koppirnyo at gmail.com)
Date: 2014-09-15T15:07:45+02:00
Commit Message:
MADS: Remove unused variables.
Changed paths:
engines/mads/nebular/menu_nebular.cpp
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index 4d3beb3..f0a0a99 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) {
More information about the Scummvm-git-logs
mailing list