diff options
author | Chris Robinson <[email protected]> | 2018-11-18 04:26:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-18 04:26:28 -0800 |
commit | 0851dc12b4f21483b6f9002db4718ded99cbeb57 (patch) | |
tree | 0c6e14b35e5d55a4d3f716ea877f58be92bf1d35 /Alc/alcontext.h | |
parent | f48be9d73b4472570d28bf381d84e40cf65694c8 (diff) |
Remove an unused typedef
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; |