diff options
Diffstat (limited to 'al/event.h')
-rw-r--r-- | al/event.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |