diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/al/effect.h b/al/effect.h index 71fe9c87..820c7d28 100644 --- a/al/effect.h +++ b/al/effect.h @@ -47,8 +47,6 @@ struct ALeffect { EffectProps Props{}; - const EffectVtable *vtab{nullptr}; - /* Self ID */ ALuint id{0u}; |