From e7505381eb4fa708afa7de6fd50f29736ccf3d5e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Feb 2009 18:51:42 +0100 Subject: audio: moved protocol code to output_print.c --- src/audio.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/audio.h') 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); -- cgit v1.2.3