@@ -14,22 +14,10 @@ /** * The OFTCPSocket class provides functions to create and use sockets. */ @interface OFTCPSocket: OFSocket {} -/** - * \return A new autoreleased OFTCPSocket - */ -+ socket; - -/** - * Initializes an already allocated OFTCPSocket. - * - * \return An initialized OFTCPSocket - */ -- init; - /** * Connect the OFTCPSocket to the specified destination. * * \param service The service on the node to connect to * \param node The node to connect to