From d910e7b06669f4ce41ac5199f83682cb43b20ba8 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Thu, 7 Aug 2003 14:33:38 +0000 Subject: In fact, Nicolas, this is no more needed :) svn-id: r9584 --- scumm/saveload.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scumm/saveload.cpp') diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp index f42e6604ba..56eb2fb39e 100644 --- a/scumm/saveload.cpp +++ b/scumm/saveload.cpp @@ -717,17 +717,6 @@ void Serializer::loadBytes(void *b, int len) { _saveLoadStream->fread(b, 1, len); } -#if defined(__PALM_OS__) -bool Serializer::checkEOFLoadStream() { - - if (_saveLoadStream->feof()) - return true; - - return false; -} -#endif - - void Serializer::saveUint32(uint32 d) { uint32 e = FROM_LE_32(d); saveBytes(&e, 4); -- cgit v1.2.3