@@ -218,16 +218,11 @@ * * @param delegate The delegate for the application */ - (void)setDelegate: (id )delegate; -/*! - * @brief Starts the application after everything has been initialized. - * - * You should not call this directly, but use OF_APPLICATION_DELEGATE instead! - */ -- (void)run; +- (void)OF_run; /*! * @brief Terminates the application. */ - (void)terminate;