aboutsummaryrefslogtreecommitdiff
path: root/src/ClientSubscribe.hxx
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/ClientSubscribe.hxx
parent5155b0f6087b5929838f6594a719011e3e704244 (diff)
Client: use std::deque for messages
Diffstat (limited to 'src/ClientSubscribe.hxx')
-rw-r--r--src/ClientSubscribe.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ClientSubscribe.hxx b/src/ClientSubscribe.hxx
index 42c8ed8f..e9d3b8a6 100644
--- a/src/ClientSubscribe.hxx
+++ b/src/ClientSubscribe.hxx
@@ -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