From 5e04292eb7545b06cc7ea66605eda8342f220b15 Mon Sep 17 00:00:00 2001 From: geronimo Date: Tue, 31 Jul 2012 07:18:44 +0200 Subject: cleanup --- libs/networking/include/HTTPResponse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/networking/include/HTTPResponse.h') diff --git a/libs/networking/include/HTTPResponse.h b/libs/networking/include/HTTPResponse.h index 0bb6d72..e419a49 100644 --- a/libs/networking/include/HTTPResponse.h +++ b/libs/networking/include/HTTPResponse.h @@ -52,7 +52,6 @@ public: virtual void SetContentType(const char *ContentType) { cHTTPMessage::SetContentType(ContentType); } virtual void SetContentSize(size_t ContentSize) { cHTTPMessage::SetContentSize(ContentSize); } cStringBuilder &StringBuilder(void) { return content; } - static const char *ServerID(void); static void SetServerID(const char *ServerID); -- cgit v1.2.3