aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol/Result.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-14 19:02:08 +0200
committerMax Kellermann <max@duempel.org>2015-08-14 19:04:00 +0200
commit8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6 (patch)
tree02b507544fa7e2a2d4b3bcb327ba6d3eeeb4053e /src/protocol/Result.hxx
parentd053797340ae16b16186fe31d60bb12979ba9b81 (diff)
downloadmpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.tar.gz
mpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.tar.xz
mpd-8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6.zip
protocol/Result: move current_command to class Response
Diffstat (limited to 'src/protocol/Result.hxx')
-rw-r--r--src/protocol/Result.hxx2
1 files changed, 0 insertions, 2 deletions
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);