From 8d01110c8407b1efbdbe255f2e27a6daf6ac2d9a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 14 Mar 2009 11:35:54 +0100 Subject: mixer_control: moved functions to mixer_all.c --- src/mixer_control.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mixer_control.h') 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 -bool -mixer_control_setvol(unsigned int device, int volume, int rel); - -bool -mixer_control_getvol(unsigned int device, int *volume); - #endif -- cgit v1.2.3