diff options
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r-- | Alc/alcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h index 26da4464..2cdb0cf7 100644 --- a/Alc/alcontext.h +++ b/Alc/alcontext.h @@ -45,7 +45,6 @@ struct SourceSubList { * or two (let alone 64), so hold them individually. */ using ALeffectslotPtr = struct ALeffectslot*; -TYPEDEF_VECTOR(ALeffectslotPtr, vector_ALeffectslotPtr) struct ALCcontext_struct { RefCount ref; |