summaryrefslogtreecommitdiff
path: root/src/net/connection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/connection.hpp')
-rw-r--r--src/net/connection.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/net/connection.hpp b/src/net/connection.hpp
index 0d417092..f815d46b 100644
--- a/src/net/connection.hpp
+++ b/src/net/connection.hpp
@@ -66,16 +66,6 @@ class Connection
*/
void process();
- /**
- * Return total output
- */
- int totalOut();
-
- /**
- * Return total input
- */
- int totalIn();
-
protected:
/**
* Processes a single message from the remote host.
@@ -85,7 +75,6 @@ class Connection
private:
ENetPeer *mRemote;
ENetHost *mLocal;
- BandwidthMonitor *mBandwidth;
};
#endif