aboutsummaryrefslogtreecommitdiffstats
path: root/al/effect.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-12-24 02:48:20 -0800
committerChris Robinson <[email protected]>2023-12-24 02:48:20 -0800
commitdae225e88dbf795e776a2c9f2dbe5bb07c2228b9 (patch)
tree8a2e79a24fef5a99b3d0f883ab03cc070a2b584a /al/effect.h
parent29a1001a22891294ab63102e8868bdea52eb7b93 (diff)
Rework effect property handling
To nake EffectProps a variant instead of a union, and avoid manual vtables.
Diffstat (limited to 'al/effect.h')
-rw-r--r--al/effect.h2
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};