From 0851dc12b4f21483b6f9002db4718ded99cbeb57 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 18 Nov 2018 04:26:28 -0800 Subject: Remove an unused typedef --- Alc/alcontext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc/alcontext.h') 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; -- cgit v1.2.3