From 260972e4427830422801fcd75ef471f5cc6b6adf Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 19 Apr 2010 19:22:28 +0000 Subject: [PATCH] Monotone-Parent: 95935e90a9e32c48e2de6cfb79afb47e9fe8f4f4 Monotone-Revision: 8f8b8e1ba740753f2a06bacb246e4d9768d57753 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-19T19:22:28 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/SOGoRootPage.m | 29 ----------------------------- 1 file changed, 29 deletions(-) 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];