Monotone-Parent: 95935e90a9e32c48e2de6cfb79afb47e9fe8f4f4

Monotone-Revision: 8f8b8e1ba740753f2a06bacb246e4d9768d57753

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-19T19:22:28
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-04-19 19:22:28 +00:00
parent 21cc131722
commit 260972e442
1 changed files with 0 additions and 29 deletions

View File

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