@@ -167,17 +167,10 @@ * * @param status The status with which the application will terminate */ + (void)terminateWithStatus: (int)status; -- (void)OF_setArgumentCount: (int*)argc - andArgumentValues: (char**[])argv; -#ifdef _WIN32 -- (void)OF_setArgumentCount: (int)argc - andWideArgumentValues: (wchar_t*[])argv; -#endif - /*! * @brief Gets args and argv. * * @param argc A pointer where a pointer to argc should be stored * @param argv A pointer where a pointer to argv should be stored @@ -218,12 +211,10 @@ * * @param delegate The delegate for the application */ - (void)setDelegate: (id )delegate; -- (void)OF_run; - /*! * @brief Terminates the application. */ - (void)terminate;