Index: src/OFFile.h ================================================================== --- src/OFFile.h +++ src/OFFile.h @@ -104,12 +104,10 @@ * \return An initialized OFFile */ - initWithPath: (const char*)path andMode: (const char*)mode; -- free; - /** * \return A boolean whether the end of the file has been reached */ - (BOOL)atEndOfFile; Index: src/OFTCPSocket.h ================================================================== --- src/OFTCPSocket.h +++ src/OFTCPSocket.h @@ -58,12 +58,10 @@ * * \return An initialized OFTCPSocket */ - init; -- free; - /** * Connect the OFTCPSocket to the specified destination. * * \param host The host or IP to connect to * \param port The port of the host to connect to