diff options
author | Chris Robinson <[email protected]> | 2022-04-01 16:37:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-04-01 16:37:26 -0700 |
commit | 872c206deb341f8c7e9ee69e8e54e94783585bcd (patch) | |
tree | 5d31845fa76ff2543b9cdc0c172e7ae5a4d9e9f4 /alc/inprogext.h | |
parent | 1e8e63067c1cf88ef19d987dcd2fd6bdc7ff4a5d (diff) |
Finalize ALC_SOFT_reopen_device
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r-- | alc/inprogext.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index bf2a0849..ddebc79a 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -66,16 +66,6 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint * #endif #endif -#ifndef ALC_SOFT_reopen_device -#define ALC_SOFT_reopen_device -typedef ALCboolean (ALC_APIENTRY*LPALCREOPENDEVICESOFT)(ALCdevice *device, - const ALCchar *deviceName, const ALCint *attribs); -#ifdef AL_ALEXT_PROTOTYPES -ALCboolean ALC_APIENTRY alcReopenDeviceSOFT(ALCdevice *device, const ALCchar *deviceName, - const ALCint *attribs); -#endif -#endif - #ifndef AL_SOFT_UHJ #define AL_SOFT_UHJ #define AL_FORMAT_UHJ2CHN8_SOFT 0x19A2 |