ClientInternal: use std::set for subscriptions

This commit is contained in:
Max Kellermann
2013-01-03 11:31:32 +01:00
parent d67aa7c19d
commit d919f8d50a
4 changed files with 21 additions and 34 deletions

View File

@@ -120,7 +120,6 @@ client_new(struct player_control *player_control,
client->send_buf_used = 0;
client->subscriptions = NULL;
client->messages = NULL;
client->num_messages = 0;