[Scummvm-cvs-logs] scummvm master -> 86514cfe46830ea5861b42f5450cea6ce92123d3
eriktorbjorn
eriktorbjorn at telia.com
Thu Dec 8 05:37:48 CET 2011
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:
86514cfe46 TSAGE: Remove unused variable.
Commit: 86514cfe46830ea5861b42f5450cea6ce92123d3
https://github.com/scummvm/scummvm/commit/86514cfe46830ea5861b42f5450cea6ce92123d3
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2011-12-07T20:37:03-08:00
Commit Message:
TSAGE: Remove unused variable.
Changed paths:
engines/tsage/core.cpp
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp
index 6a84b25..79a34fa 100644
--- a/engines/tsage/core.cpp
+++ b/engines/tsage/core.cpp
@@ -1576,7 +1576,6 @@ void SceneItem::display(int resNum, int lineNum, ...) {
g_globals->_sceneObjects->draw();
}
- GfxFontBackup font;
Common::Point pos(160, 100);
Rect textRect;
int maxWidth = 120;
More information about the Scummvm-git-logs
mailing list