diff options
Diffstat (limited to 'Alc/uintmap.h')
-rw-r--r-- | Alc/uintmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/uintmap.h b/Alc/uintmap.h index 2c70f161..6fc1190e 100644 --- a/Alc/uintmap.h +++ b/Alc/uintmap.h @@ -14,7 +14,6 @@ typedef struct UIntMap { ALsizei limit; RWLock lock; } UIntMap; -extern UIntMap TlsDestructor; void InitUIntMap(UIntMap *map, ALsizei limit); void ResetUIntMap(UIntMap *map); |