[Scummvm-cvs-logs] scummvm master -> 1434940253f66a03d7a305f863efe0614c31aef8
Strangerke
Strangerke at scummvm.org
Tue Feb 18 19:00:41 CET 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:
1434940253 VOYEUR: Remove useless variable in synchronize
Commit: 1434940253f66a03d7a305f863efe0614c31aef8
https://github.com/scummvm/scummvm/commit/1434940253f66a03d7a305f863efe0614c31aef8
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-18T09:58:58-08:00
Commit Message:
VOYEUR: Remove useless variable in synchronize
Changed paths:
engines/voyeur/voyeur.cpp
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index 480b612..7a9637d 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -852,7 +852,6 @@ void VoyeurEngine::synchronize(Common::Serializer &s) {
/*------------------------------------------------------------------------*/
bool VoyeurSavegameHeader::read(Common::InSaveFile *f) {
- char id[4];
_thumbnail = NULL;
uint32 signature = f->readUint32BE();
More information about the Scummvm-git-logs
mailing list