diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 21:51:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 21:51:00 +0200 |
commit | 206392ad1a9f4aa22d11719fb19f036c9f860272 (patch) | |
tree | b3b95903f21c45e7b72f2030ed6bc8d9fcd84457 /doc | |
parent | 171a9ee291ff079a2d70bd46f113acae3b6ef00b (diff) | |
download | mpd-206392ad1a9f4aa22d11719fb19f036c9f860272.tar.gz mpd-206392ad1a9f4aa22d11719fb19f036c9f860272.tar.xz mpd-206392ad1a9f4aa22d11719fb19f036c9f860272.zip |
command: removed the "volume" command
This command has been deprecated more than 5 years ago (0.10.0). Its
implementation is a kludge, let's remove it now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 6b2ff587f..35ea39d8e 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -472,25 +472,6 @@ </para> </listitem> </varlistentry> - <varlistentry id="command_volume"> - <term> - <cmdsynopsis> - <command>volume</command> - <arg choice="req"><replaceable>CHANGE</replaceable></arg> - </cmdsynopsis> - </term> - <listitem> - <para> - Changes volume by amount <varname>CHANGE</varname>. - </para> - <note> - <para> - <command>volume</command> is deprecated, use - <command>setvol</command> instead. - </para> - </note> - </listitem> - </varlistentry> </variablelist> </section> |