aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-01 16:37:26 -0700
committerChris Robinson <[email protected]>2022-04-01 16:37:26 -0700
commit872c206deb341f8c7e9ee69e8e54e94783585bcd (patch)
tree5d31845fa76ff2543b9cdc0c172e7ae5a4d9e9f4 /alc
parent1e8e63067c1cf88ef19d987dcd2fd6bdc7ff4a5d (diff)
Finalize ALC_SOFT_reopen_device
Diffstat (limited to 'alc')
-rw-r--r--alc/alc.cpp2
-rw-r--r--alc/inprogext.h10
2 files changed, 1 insertions, 11 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 4579232b..b401162f 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -966,7 +966,7 @@ constexpr ALCchar alcExtensionList[] =
"ALC_SOFT_output_limiter "
"ALC_SOFTX_output_mode "
"ALC_SOFT_pause_device "
- "ALC_SOFTX_reopen_device";
+ "ALC_SOFT_reopen_device";
constexpr int alcMajorVersion{1};
constexpr int alcMinorVersion{1};
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