diff options
| author | nerzhul <loic.blot@unix-experience.fr> | 2015-08-14 14:00:36 +0200 |
|---|---|---|
| committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-08-15 08:48:20 +0200 |
| commit | c4b5561b3fdf4c2cac401774e7c54856c1546855 (patch) | |
| tree | a8a2e8861b4cfc3e105dac3107f9185d7c56c2c0 /src/network/connection.h | |
| parent | 25dfd1bbf5cfdcf863e3281f87164915bccc4299 (diff) | |
| download | dragonfireclient-c4b5561b3fdf4c2cac401774e7c54856c1546855.tar.xz | |
Remove unused function from connection.{cpp,h}
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); |
