@@ -37,12 +37,10 @@ * \param object The object to add to the autorelease pool * \return The object */ + (id)addObject: (id)object; -+ (void)OF_releaseAll; - /** * \brief Releases all objects in the autorelease pool. * * This does not free the memory allocated to store pointers to the objects in * the pool, so reusing the pool does not allocate any memory until the previous