@@ -32,11 +32,11 @@ @class OFArray; /** * \brief A class for handling strings. */ -@interface OFString: OFObject +@interface OFString: OFObject { char *string; unsigned int length; #if defined(OF_APPLE_RUNTIME) && __LP64__ int _unused; @@ -263,18 +263,10 @@ /// \cond internal - (BOOL)isUTF8; /// \endcond -/** - * Compares the OFString to another OFString. - * - * \param str A string to compare with - * \return An of_comparison_result_t - */ -- (of_comparison_result_t)compare: (OFString*)str; - /** * Compares the OFString to another OFString without caring about the case. * * \param str A string to compare with * \return An of_comparison_result_t