[Scummvm-cvs-logs] scummvm master -> 73bc6e4ba559c057955dd41f5a45a5d24593c6f1

dreammaster dreammaster at scummvm.org
Sun May 31 23:58:15 CEST 2015


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:
73bc6e4ba5 SHERLOCK: Remove unused variable


Commit: 73bc6e4ba559c057955dd41f5a45a5d24593c6f1
    https://github.com/scummvm/scummvm/commit/73bc6e4ba559c057955dd41f5a45a5d24593c6f1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-05-31T17:57:20-04:00

Commit Message:
SHERLOCK: Remove unused variable

Changed paths:
    engines/sherlock/scalpel/tsage/logo.cpp



diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp
index 8cc5f99..76fa653 100644
--- a/engines/sherlock/scalpel/tsage/logo.cpp
+++ b/engines/sherlock/scalpel/tsage/logo.cpp
@@ -304,7 +304,6 @@ bool Object::isMoving() const {
 void Object::move() {
 	Common::Point currPos = _position;
 	Common::Point moveDiff(5, 3);
-	int yDiff = 0;
 	int percent = 100;
 
 	if (dontMove())






More information about the Scummvm-git-logs mailing list