@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008-2022 Jonathan Schleifer + * Copyright (c) 2008-2024 Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -24,15 +24,10 @@ return [super init]; } - (instancetype)init { - OF_INVALID_INIT_METHOD -} - -- (instancetype)initWithSerialization: (OFXMLElement *)element -{ OF_INVALID_INIT_METHOD } - (OFString *)stringValue { @@ -82,15 +77,10 @@ - (OFString *)description { return self.XMLString; } -- (OFXMLElement *)XMLElementBySerializing -{ - OF_UNRECOGNIZED_SELECTOR -} - - (id)copy { return [self retain]; } @end