diff options
Diffstat (limited to 'src/network/connection.h')
-rw-r--r-- | src/network/connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/connection.h b/src/network/connection.h index f15c3e114..15ea7e20f 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -1018,7 +1018,6 @@ public: ~Connection(); /* Interface */ - ConnectionEvent getEvent(); ConnectionEvent waitEvent(u32 timeout_ms); void putCommand(ConnectionCommand &c); |