diff options
author | Max Kellermann <max@duempel.org> | 2009-01-25 17:38:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-25 17:38:06 +0100 |
commit | db2058a26580681911aed09b427472ccde0176dd (patch) | |
tree | 690ddf78cc11e529a00742b6856f054b2bc2f2c1 /src/output_api.h | |
parent | 188f9e663cbc109e2dc367eb7995dd8dd3fdf90f (diff) | |
download | mpd-db2058a26580681911aed09b427472ccde0176dd.tar.gz mpd-db2058a26580681911aed09b427472ccde0176dd.tar.xz mpd-db2058a26580681911aed09b427472ccde0176dd.zip |
mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE
Those have been superseded by the new legacy configuration code.
Diffstat (limited to 'src/output_api.h')
-rw-r--r-- | src/output_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/output_api.h b/src/output_api.h index b3c13335c..207f72c2d 100644 --- a/src/output_api.h +++ b/src/output_api.h @@ -127,7 +127,6 @@ enum audio_output_command { enum audio_control_command { AC_MIXER_GETVOL = 0, AC_MIXER_SETVOL, - AC_MIXER_CONFIGURE, }; struct audio_output; |