diff options
Diffstat (limited to 'engines/titanic/simple_file.h')
-rw-r--r-- | engines/titanic/simple_file.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/titanic/simple_file.h b/engines/titanic/simple_file.h index 65b0ac6f31..852c75b0f7 100644 --- a/engines/titanic/simple_file.h +++ b/engines/titanic/simple_file.h @@ -80,11 +80,6 @@ public: virtual size_t write(const void *src, size_t count); /** - * Return true if the end of the file has been reached - */ - bool eof() const; - - /** * Read a string from the file */ CString readString(); |