diff --git a/UI/MainUI/SOGoRootPage.m b/UI/MainUI/SOGoRootPage.m index cdd2bfde3..72bab1c5d 100644 --- a/UI/MainUI/SOGoRootPage.m +++ b/UI/MainUI/SOGoRootPage.m @@ -55,12 +55,6 @@ #import "SOGoRootPage.h" -@interface SOGoRootPage (crashAdditions) - -- (void) segfault; - -@end - @implementation SOGoRootPage /* accessors */ @@ -340,29 +334,6 @@ return YES; } -- (id ) crashAction -{ - [self segfault]; - - return nil; -} - -- (id ) exceptionAction -{ - return (id ) - [NSException exceptionWithName: @"ExceptionAction" - reason: @"This exception is brought to you by SOGo" - userInfo: nil]; -} - -- (id ) raisedExceptionAction -{ - [NSException raise: @"ExceptionAction" - format: @"This exception is brought to you by SOGo"]; - - return nil; -} - - (NSString *) loginSuffix { return [[SOGoSystemDefaults sharedSystemDefaults] loginSuffix];