diff options
author | Max Kellermann <max@duempel.org> | 2009-03-14 11:35:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-14 11:35:54 +0100 |
commit | 8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a (patch) | |
tree | a82153c89401945136eac4229e759df57e493ef4 /src/mixer_control.h | |
parent | 88af35c0aba64783e111dfb0585d7958a9e9963e (diff) | |
download | mpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.tar.gz mpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.tar.xz mpd-8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a.zip |
mixer_control: moved functions to mixer_all.c
Diffstat (limited to '')
-rw-r--r-- | src/mixer_control.h | 6 |
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 |