aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/opensl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/opensl.c')
-rw-r--r--Alc/opensl.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/Alc/opensl.c b/Alc/opensl.c
index 744548fb..88d05505 100644
--- a/Alc/opensl.c
+++ b/Alc/opensl.c
@@ -384,20 +384,13 @@ static void opensl_stop_playback(ALCdevice *Device)
data->bufferSize = 0;
}
-static ALCboolean opensl_open_capture(ALCdevice *Device, const ALCchar *deviceName)
-{
- return ALC_FALSE;
- (void)Device;
- (void)deviceName;
-}
-
static const BackendFuncs opensl_funcs = {
opensl_open_playback,
opensl_close_playback,
opensl_reset_playback,
opensl_stop_playback,
- opensl_open_capture,
+ NULL,
NULL,
NULL,
NULL,