summaryrefslogtreecommitdiff
path: root/src/net/netcomputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netcomputer.h')
-rw-r--r--src/net/netcomputer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/netcomputer.h b/src/net/netcomputer.h
index d3485f64..ee5d2cdc 100644
--- a/src/net/netcomputer.h
+++ b/src/net/netcomputer.h
@@ -33,14 +33,8 @@ class MessageOut;
class NetComputer
{
public:
- /**
- * Constructor.
- */
NetComputer(ENetPeer *peer);
- /**
- * Destructor.
- */
virtual ~NetComputer() {}
/**