diff options
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio.h b/src/audio.h index 063a02b05..2ccebc358 100644 --- a/src/audio.h +++ b/src/audio.h @@ -26,7 +26,6 @@ struct audio_format; struct tag; -struct client; struct config_param; /** @@ -80,8 +79,6 @@ int enableAudioDevice(unsigned int device); int disableAudioDevice(unsigned int device); -void printAudioDevices(struct client *client); - bool mixer_control_setvol(unsigned int device, int volume, int rel); bool mixer_control_getvol(unsigned int device, int *volume); |