Client: use std::deque for messages

This commit is contained in:
Max Kellermann
2013-01-03 18:07:48 +01:00
parent 5155b0f608
commit 59400d38a9
5 changed files with 10 additions and 41 deletions

View File

@@ -52,8 +52,4 @@ client_unsubscribe_all(Client *client);
bool
client_push_message(Client *client, const ClientMessage &msg);
gcc_malloc
GSList *
client_read_messages(Client *client);
#endif