@@ -104,15 +104,10 @@ * \return An initialized OFFile */ - initWithPath: (OFString*)path andMode: (OFString*)mode; -/** - * \return A boolean whether the end of the file has been reached - */ -- (BOOL)atEndOfFile; - /** * Reads from the file into a buffer. * * \param buf The buffer into which the data is read * \param size The size of the data that should be read.