diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:15:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:20:33 +0200 |
commit | f3f25d5d40d0627392c20a632dbb751449c77e15 (patch) | |
tree | fd9df80552ce44cd414b661bb9398a3fb03ba2f7 /src/command.h | |
parent | f118812c344894c43da4213cd538e7cc15e6e18e (diff) | |
download | mpd-f3f25d5d40d0627392c20a632dbb751449c77e15.tar.gz mpd-f3f25d5d40d0627392c20a632dbb751449c77e15.tar.xz mpd-f3f25d5d40d0627392c20a632dbb751449c77e15.zip |
command.h: remove obsolete command_success() prototype
This lives in protocol/result.h now.
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h index 6ddd22491..295d71ab6 100644 --- a/src/command.h +++ b/src/command.h @@ -65,8 +65,6 @@ void command_finish(void); enum command_return command_process(struct client *client, unsigned num, char *line); -void command_success(struct client *client); - G_END_DECLS #endif |