From 6bfa3e274a882dc0ac0b8362b225ae3234f4830b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 6 Sep 2008 21:23:08 +0000 Subject: Got rid of File::eof() svn-id: r34396 --- common/file.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'common') diff --git a/common/file.h b/common/file.h index c81a7c87d1..dcbc0244af 100644 --- a/common/file.h +++ b/common/file.h @@ -92,15 +92,6 @@ public: void clearIOFailed(); bool eos() const; - /** - * Checks for end of file. - * - * @deprecated: use eos() instead - * - * @return: true if the end of file is reached, false otherwise. - */ - virtual bool eof() const { return eos(); } - virtual uint32 pos() const; virtual uint32 size() const; void seek(int32 offs, int whence = SEEK_SET); -- cgit v1.2.3