aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-25 17:38:06 +0100
committerMax Kellermann <max@duempel.org>2009-01-25 17:38:06 +0100
commitdb2058a26580681911aed09b427472ccde0176dd (patch)
tree690ddf78cc11e529a00742b6856f054b2bc2f2c1 /src/audio.h
parent188f9e663cbc109e2dc367eb7995dd8dd3fdf90f (diff)
downloadmpd-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/audio.h')
-rw-r--r--src/audio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.h b/src/audio.h
index 9120b9573..c20f74f54 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -73,6 +73,5 @@ void saveAudioDevicesState(FILE *fp);
bool mixer_control_setvol(unsigned int device, int volume, int rel);
bool mixer_control_getvol(unsigned int device, int *volume);
-bool mixer_configure_legacy(char *name, struct config_param *param);
#endif