@@ -14,12 +14,10 @@ * file. */ #include "config.h" -#define OF_HTTP_SERVER_M - #include #include #import "OFHTTPServer.h" #import "OFDataArray.h" @@ -645,15 +643,6 @@ selector: @selector(socket:didReadLine: exception:)]; return YES; } -@end - -@implementation OFObject (OFHTTPServerDelegate) -- (OFHTTPRequestResult*)server: (OFHTTPServer*)server - didReceiveRequest: (OFHTTPRequest*)request -{ - @throw [OFNotImplementedException exceptionWithClass: [self class] - selector: _cmd]; -} @end