Remove an unused typedef

This commit is contained in:
Chris Robinson
2018-11-18 04:26:28 -08:00
parent f48be9d73b
commit 0851dc12b4
-1
View File
@@ -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;