@@ -100,21 +100,10 @@ /** * \return The last object of the OFDataArray */ - (id)lastObject; -/** - * Adds an object to the OFDataArray. - * - * \param obj An object to add - */ - addObject: (OFObject*)obj; - -/** - * Removes the specified amount of object from the end of the OFDataArray. - * - * \param nobjects The number of objects to remove - */ - removeNObjects: (size_t)nobjects; @end #import "OFMutableArray.h"