@@ -109,22 +109,10 @@ * @param format A format string which generates the string to append * @param arguments The arguments used in the format string */ - (void)appendFormat: (OFConstantString *)format arguments: (va_list)arguments; -/** - * @brief Prepends another OFString to the OFMutableString. - * - * @param string An OFString to prepend - */ -- (void)prependString: (OFString *)string; - -/** - * @brief Reverses the string. - */ -- (void)reverse; - /** * @brief Converts the string to uppercase. */ - (void)uppercase;