@@ -33,27 +33,14 @@ { OFString *_name; OFMutableArray *_lines; } -#ifdef OF_HAVE_PROPERTIES -@property (copy) OFString *name; -#endif - -/*! - * @brief Sets the name of the INI category. - * - * @param name The name to set - */ -- (void)setName: (OFString*)name; - -/*! - * @brief Returns the name of the INI category. - * - * @return The name of the INI category - */ -- (OFString*)name; +/*! + * The name of the INI category + */ +@property (copy) OFString *name; /*! * @brief Returns the string value for the specified key, or `nil` if it does * not exist. *