diff options
Diffstat (limited to 'scumm/saveload.h')
| -rw-r--r-- | scumm/saveload.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/saveload.h b/scumm/saveload.h index 722420b914..2bea7a0170 100644 --- a/scumm/saveload.h +++ b/scumm/saveload.h @@ -126,8 +126,6 @@ public: bool isSaving() { return _saveOrLoad; } uint32 getVersion() { return _savegameVersion; } - bool checkEOFLoadStream(); - void saveUint32(uint32 d); void saveWord(uint16 d); void saveByte(byte b); |
