aboutsummaryrefslogtreecommitdiff
path: root/src/ClientNew.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 18:07:48 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 18:07:48 +0100
commit59400d38a99ac8ffbfd7d89e021ed2f56ffbfd23 (patch)
tree58d15f2651250942d8ff46fd1a43520168e33595 /src/ClientNew.cxx
parent5155b0f6087b5929838f6594a719011e3e704244 (diff)
Client: use std::deque for messages
Diffstat (limited to 'src/ClientNew.cxx')
-rw-r--r--src/ClientNew.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ClientNew.cxx b/src/ClientNew.cxx
index 7bb0c1b1..eab78c69 100644
--- a/src/ClientNew.cxx
+++ b/src/ClientNew.cxx
@@ -120,9 +120,6 @@ client_new(struct player_control *player_control,
client->send_buf_used = 0;
- client->messages = NULL;
- client->num_messages = 0;
-
(void)send(fd, GREETING, sizeof(GREETING) - 1, 0);
client_list_add(client);