diff options
author | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
commit | d053797340ae16b16186fe31d60bb12979ba9b81 (patch) | |
tree | 6bd922a06bc5e749a98eb52803d78dc9b2c8f9d3 /src/protocol/Result.cxx | |
parent | c8d0f947d2270a52183c653a641bca5b7321f915 (diff) | |
download | mpd-d053797340ae16b16186fe31d60bb12979ba9b81.tar.gz mpd-d053797340ae16b16186fe31d60bb12979ba9b81.tar.xz mpd-d053797340ae16b16186fe31d60bb12979ba9b81.zip |
protocol/Result: move command_list_num to class Response
Diffstat (limited to 'src/protocol/Result.cxx')
-rw-r--r-- | src/protocol/Result.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/Result.cxx b/src/protocol/Result.cxx index a8a1c2d46..7d8dfb759 100644 --- a/src/protocol/Result.cxx +++ b/src/protocol/Result.cxx @@ -22,7 +22,6 @@ #include "client/Client.hxx" const char *current_command; -int command_list_num; void command_success(Client &client) |