diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
commit | 5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 (patch) | |
tree | 32094f443903b1c128f2336278f120f896091001 /src/ClientInternal.hxx | |
parent | 378ebad1c8d7079b41319600f13c1c884d6c693a (diff) | |
download | mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.tar.gz mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.tar.xz mpd-5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8.zip |
TagPool, ...: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/ClientInternal.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ClientInternal.hxx b/src/ClientInternal.hxx index 06a60be76..c31118680 100644 --- a/src/ClientInternal.hxx +++ b/src/ClientInternal.hxx @@ -32,8 +32,6 @@ #include <string> #include <list> -#include <glib.h> - #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "client" @@ -130,16 +128,6 @@ extern size_t client_max_command_list_size; extern size_t client_max_output_buffer_size; enum command_return -client_read(Client *client); - -enum command_return client_process_line(Client *client, char *line); -void -client_write_output(Client *client); - -gboolean -client_in_event(GIOChannel *source, GIOCondition condition, - gpointer data); - #endif |