aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/wave.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/wave.c')
-rw-r--r--Alc/wave.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Alc/wave.c b/Alc/wave.c
index 6074f241..d63d3b5c 100644
--- a/Alc/wave.c
+++ b/Alc/wave.c
@@ -313,13 +313,10 @@ static void wave_stop_context(ALCdevice *device, ALCcontext *Context)
}
-static ALCboolean wave_open_capture(ALCdevice *pDevice, const ALCchar *deviceName, ALCuint frequency, ALCenum format, ALCsizei SampleSize)
+static ALCboolean wave_open_capture(ALCdevice *pDevice, const ALCchar *deviceName)
{
(void)pDevice;
(void)deviceName;
- (void)frequency;
- (void)format;
- (void)SampleSize;
return ALC_FALSE;
}