aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-10-26 10:57:48 -0700
committerChris Robinson <[email protected]>2020-10-26 10:57:48 -0700
commitbe0798b56d30a2607f651b1d50c5bec9529ddb9a (patch)
treeebbab1e3959138b749969ef00429a75bb5db0a16 /examples
parent9e7c81649869432f99f8fd4780af1dbda007a219 (diff)
Finalize AL_SOFT_events
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index 8d4ab3c8..57021135 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -75,22 +75,6 @@ extern "C" {
#define ALLOW_EXPERIMENTAL_EXTS
#ifdef ALLOW_EXPERIMENTAL_EXTS
-#ifndef AL_SOFT_events
-#define AL_SOFT_events 1
-#define AL_EVENT_CALLBACK_FUNCTION_SOFT 0x19A2
-#define AL_EVENT_CALLBACK_USER_PARAM_SOFT 0x19A3
-#define AL_EVENT_TYPE_BUFFER_COMPLETED_SOFT 0x19A4
-#define AL_EVENT_TYPE_SOURCE_STATE_CHANGED_SOFT 0x19A5
-#define AL_EVENT_TYPE_DISCONNECTED_SOFT 0x19A6
-typedef void (AL_APIENTRY*ALEVENTPROCSOFT)(ALenum eventType, ALuint object, ALuint param,
- ALsizei length, const ALchar *message,
- void *userParam);
-typedef void (AL_APIENTRY*LPALEVENTCONTROLSOFT)(ALsizei count, const ALenum *types, ALboolean enable);
-typedef void (AL_APIENTRY*LPALEVENTCALLBACKSOFT)(ALEVENTPROCSOFT callback, void *userParam);
-typedef void* (AL_APIENTRY*LPALGETPOINTERSOFT)(ALenum pname);
-typedef void (AL_APIENTRY*LPALGETPOINTERVSOFT)(ALenum pname, void **values);
-#endif
-
#ifndef AL_SOFT_callback_buffer
#define AL_SOFT_callback_buffer
typedef unsigned int ALbitfieldSOFT;