aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 40538a64..7332fd9e 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -681,9 +681,6 @@ ALCAPI ALCdevice* ALCAPIENTRY alcCaptureOpenDevice(const ALCchar *deviceName, AL
if(deviceName && !deviceName[0])
deviceName = NULL;
- if(!alcCaptureDeviceList)
- ProbeCaptureDeviceList();
-
pDevice = malloc(sizeof(ALCdevice));
if (pDevice)
{
@@ -1689,11 +1686,6 @@ ALCAPI ALCdevice* ALCAPIENTRY alcOpenDevice(const ALCchar *deviceName)
if(deviceName && !deviceName[0])
deviceName = NULL;
- if(!alcDeviceList)
- ProbeDeviceList();
- if(!alcAllDeviceList)
- ProbeAllDeviceList();
-
device = malloc(sizeof(ALCdevice));
if (device)
{