@@ -31,13 +31,14 @@ @interface OFThreadStillRunningException: OFException { OFThread *_thread; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The thread which is still running. + */ @property (readonly, retain) OFThread *thread; -#endif /*! * @brief Creates a new, autoreleased thread still running exception. * * @param thread The thread which is still running @@ -50,13 +51,6 @@ * * @param thread The thread which is still running * @return An initialized thread still running exception */ - initWithThread: (OFThread*)thread; - -/*! - * @brief Returns the thread which is still running. - * - * @return The thread which is still running - */ -- (OFThread*)thread; @end