@@ -54,21 +54,10 @@ * \param fmt A string used as format to initialize the OFMutableString * \return A new autoreleased OFMutableString */ + stringWithFormat: (OFString*)fmt, ...; -/** - * Creates a new OFString from a format C string. - * See printf for the format syntax. - * - * \param fmt A string used as format to initialize the OFMutableString - * \param args The arguments used in the format string - * \return A new autoreleased OFMutableString - */ -+ stringWithFormat: (OFString*)fmt - andArguments: (va_list)args; - /** * Initializes an already allocated OFString. * * \return An initialized OFString */