summaryrefslogtreecommitdiff
path: root/libs/networking/include/HTTPResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/networking/include/HTTPResponse.h')
-rw-r--r--libs/networking/include/HTTPResponse.h1
1 files changed, 0 insertions, 1 deletions
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);