@@ -14,11 +14,10 @@ * file. */ #include "config.h" -#include #include #import "OFStdIOStream.h" #import "OFDate.h" #import "OFApplication.h" @@ -151,12 +150,11 @@ return OF_RETAIN_COUNT_MAX; } - (void)dealloc { - [self doesNotRecognizeSelector: _cmd]; - abort(); + OF_UNRECOGNIZED_SELECTOR /* Get rid of stupid warning */ [super dealloc]; } @end