VOYEUR: Remove useless variable in synchronize

This commit is contained in:
Strangerke 2014-02-18 18:58:58 +01:00
parent 2e56baeca0
commit 1434940253

View File

@ -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();