@@ -149,12 +149,10 @@ * * @param object The object which the terminated thread will return */ + (void)terminateWithObject: (id)object; -+ (void)OF_createMainThread; - # ifdef OF_HAVE_BLOCKS /*! * @brief Initializes an already allocated thread with the specified block. * * @param threadBlock A block which is executed by the thread