aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/sndio.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/sndio.c')
-rw-r--r--Alc/sndio.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/Alc/sndio.c b/Alc/sndio.c
index aa6ac0e4..5f9ad0cd 100644
--- a/Alc/sndio.c
+++ b/Alc/sndio.c
@@ -335,20 +335,12 @@ static void sndio_stop_playback(ALCdevice *device)
}
-static ALCboolean sndio_open_capture(ALCdevice *device, const ALCchar *deviceName)
-{
- (void)device;
- (void)deviceName;
- return ALC_FALSE;
-}
-
-
static const BackendFuncs sndio_funcs = {
sndio_open_playback,
sndio_close_playback,
sndio_reset_playback,
sndio_stop_playback,
- sndio_open_capture,
+ NULL,
NULL,
NULL,
NULL,