diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) { |