@@ -43,13 +43,11 @@ * @brief A method which is called when the application was initialized and is * running now. */ - (void)applicationDidFinishLaunching; -#ifdef OF_HAVE_OPTIONAL_PROTOCOLS @optional -#endif /*! * @brief A method which is called when the application will terminate. */ - (void)applicationWillTerminate; @@ -220,13 +218,10 @@ * @param status The status with which the application will terminate */ - (void)terminateWithStatus: (int)status OF_NO_RETURN; @end -@interface OFObject (OFApplicationDelegate) -@end - #ifdef __cplusplus extern "C" { #endif extern int of_application_main(int *_Nonnull, char *_Nonnull *_Nonnull[], Class);