@@ -13,11 +13,11 @@ #import "OFDataArray.h" /** * The OFArray class provides a class for storing objects in an array. */ -@interface OFArray: OFObject +@interface OFArray: OFObject { OFDataArray *array; } /** @@ -33,17 +33,10 @@ /** * \return The objects of the array as a C array */ - (id*)data; -/** - * Clones the OFArray, creating a new one. - * - * \return A new autoreleased copy of the OFArray - */ -- (id)copy; - /** * Returns a specific object of the OFDataArray. * * \param index The number of the object to return * \return The specified object of the OFArray