@@ -57,16 +57,10 @@ * @brief Returns an array of all remaining objects in the collection. * * @return An array of all remaining objects in the collection. */ - (OFArray OF_GENERIC(ObjectType) *)allObjects; - -/*! - * @brief Resets the enumerator, so the next call to nextObject returns the - * first object again. - */ -- (void)reset; #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) # undef ObjectType #endif @end