aboutsummaryrefslogtreecommitdiffstats
path: root/al/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/event.h')
-rw-r--r--al/event.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/al/event.h b/al/event.h
index 4717865b..44d9306f 100644
--- a/al/event.h
+++ b/al/event.h
@@ -6,7 +6,6 @@
#include "almalloc.h"
-struct EffectBufferBase;
struct EffectState;
@@ -24,7 +23,6 @@ enum {
/* Internal events. */
EventType_ReleaseEffectState = 65536,
- EventType_ReleaseEffectBuffer,
};
struct AsyncEvent {
@@ -46,7 +44,6 @@ struct AsyncEvent {
ALchar msg[232];
} user;
EffectState *mEffectState;
- EffectBufferBase *mEffectBuffer;
} u{};
AsyncEvent() noexcept = default;