mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
VOYEUR: Remove useless variable in synchronize
This commit is contained in:
parent
2e56baeca0
commit
1434940253
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user