@@ -26,13 +26,14 @@ @interface OFUnsupportedVersionException: OFException { OFString *_version; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The version which is unsupported. + */ @property (readonly, copy) OFString *version; -#endif /*! * @brief Creates a new, autoreleased unsupported version exception. * * @param version The version which is unsupported @@ -45,13 +46,6 @@ * * @param version The version which is unsupported * @return An initialized unsupported version exception */ - initWithVersion: (OFString*)version; - -/*! - * @brief Returns the version which is unsupported. - * - * @return The version which is unsupported - */ -- (OFString*)version; @end