diff options
author | Max Kellermann <max@duempel.org> | 2015-08-14 19:02:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-14 19:04:00 +0200 |
commit | 8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6 (patch) | |
tree | 02b507544fa7e2a2d4b3bcb327ba6d3eeeb4053e /src/protocol | |
parent | d053797340ae16b16186fe31d60bb12979ba9b81 (diff) | |
download | mpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.tar.gz mpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.tar.xz mpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.zip |
protocol/Result: move current_command to class Response
Diffstat (limited to 'src/protocol')
-rw-r--r-- | src/protocol/Result.cxx | 2 | ||||
-rw-r--r-- | src/protocol/Result.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol/Result.cxx b/src/protocol/Result.cxx index 7d8dfb759..6a0da1665 100644 --- a/src/protocol/Result.cxx +++ b/src/protocol/Result.cxx @@ -21,8 +21,6 @@ #include "Result.hxx" #include "client/Client.hxx" -const char *current_command; - void command_success(Client &client) { diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx index 7dcb969e1..d75bbe51b 100644 --- a/src/protocol/Result.hxx +++ b/src/protocol/Result.hxx @@ -24,8 +24,6 @@ class Client; -extern const char *current_command; - void command_success(Client &client); |