@@ -14,12 +14,10 @@ * file. */ #include "config.h" -#include - #import "OFOptionsParser.h" #import "OFApplication.h" #import "OFArray.h" #import "autorelease.h" @@ -31,18 +29,11 @@ return [[[self alloc] initWithOptions: options] autorelease]; } - init { - @try { - [self doesNotRecognizeSelector: _cmd]; - } @catch (id e) { - [self release]; - @throw e; - } - - abort(); + OF_INVALID_INIT_METHOD } - initWithOptions: (OFString*)options { self = [super init];