@@ -100,18 +100,10 @@ @interface OFBigArray: OFArray { size_t size; } -/** - * Creates a new OFBigArray whose items all have the same size. - * - * \param is The size of each element in the OFBigArray - * \return A new allocated and initialized OFBigArray - */ -+ newWithItemSize: (size_t)is; - /** * Initializes an already allocated OFBigArray whose items all have the same * size. * * \param is The size of each element in the OFBigArray