diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 70c8a02..78b3ee2 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp | |||
@@ -12,8 +12,6 @@ Protocol::~Protocol() | |||
12 | void Protocol::setConnection( Connection *pNewConnection ) | 12 | void Protocol::setConnection( Connection *pNewConnection ) |
13 | { | 13 | { |
14 | pConnection = pNewConnection; | 14 | pConnection = pNewConnection; |
15 | |||
16 | onNewConnection(); | ||
17 | } | 15 | } |
18 | 16 | ||
19 | Connection *Protocol::getConnection() | 17 | Connection *Protocol::getConnection() |