@@ -22,14 +22,10 @@ * @protocol OFCollection OFCollection.h ObjFW/OFCollection.h * * @brief A protocol with methods common for all collections. */ @protocol OFCollection -#ifdef OF_HAVE_PROPERTIES -@property (readonly) size_t count; -#endif - /*! * @brief Returns the number of objects in the collection. * * @return The number of objects in the collection */