aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_control.h
diff options
context:
space:
mode:
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