aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/wave.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/wave.c')
-rw-r--r--Alc/wave.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/Alc/wave.c b/Alc/wave.c
index 689bd7cb..465087ce 100644
--- a/Alc/wave.c
+++ b/Alc/wave.c
@@ -313,20 +313,12 @@ static void wave_stop_playback(ALCdevice *device)
}
-static ALCboolean wave_open_capture(ALCdevice *pDevice, const ALCchar *deviceName)
-{
- (void)pDevice;
- (void)deviceName;
- return ALC_FALSE;
-}
-
-
static const BackendFuncs wave_funcs = {
wave_open_playback,
wave_close_playback,
wave_reset_playback,
wave_stop_playback,
- wave_open_capture,
+ NULL,
NULL,
NULL,
NULL,