summaryrefslogtreecommitdiff
path: root/src/net/messagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r--src/net/messagein.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h
index e6118a04..29f5e930 100644
--- a/src/net/messagein.h
+++ b/src/net/messagein.h
@@ -89,9 +89,6 @@ class MessageIn
virtual ~MessageIn() {}
protected:
- /**
- * Constructor.
- */
MessageIn(const char *data, unsigned int length);
const char *mData; /**< The message data. */