aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_control.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 11:35:54 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 11:35:54 +0100
commit8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a (patch)
treea82153c89401945136eac4229e759df57e493ef4 /src/mixer_control.h
parent88af35c0aba64783e111dfb0585d7958a9e9963e (diff)
downloadmpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.tar.gz
mpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.tar.xz
mpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.zip
mixer_control: moved functions to mixer_all.c
Diffstat (limited to 'src/mixer_control.h')
-rw-r--r--src/mixer_control.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mixer_control.h b/src/mixer_control.h
index 7276ab745..4f3a97dbc 100644
--- a/src/mixer_control.h
+++ b/src/mixer_control.h
@@ -22,10 +22,4 @@
#include <stdbool.h>
-bool
-mixer_control_setvol(unsigned int device, int volume, int rel);
-
-bool
-mixer_control_getvol(unsigned int device, int *volume);
-
#endif