@@ -14,12 +14,10 @@ * file. */ #include "config.h" -#include - #include #import "OFNumber.h" #import "OFString.h" #import "OFXMLElement.h" @@ -477,18 +475,11 @@ return [[[self alloc] initWithDouble: double_] autorelease]; } - init { - @try { - [self doesNotRecognizeSelector: _cmd]; - } @catch (id e) { - [self release]; - @throw e; - } - - abort(); + OF_INVALID_INIT_METHOD } - initWithBool: (bool)bool_ { self = [super init];