From 4d1795e90b83f040aa59cf69616a4ff2b32bf71a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 27 Jan 2018 15:06:20 -0800 Subject: Remove an unused function --- common/uintmap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/uintmap.c') diff --git a/common/uintmap.c b/common/uintmap.c index 98ed3191..be628a5f 100644 --- a/common/uintmap.c +++ b/common/uintmap.c @@ -36,11 +36,6 @@ void ResetUIntMap(UIntMap *map) WriteUnlock(&map->lock); } -void RelimitUIntMapNoLock(UIntMap *map, ALsizei limit) -{ - map->limit = limit; -} - ALenum InsertUIntMapEntry(UIntMap *map, ALuint key, ALvoid *value) { ALsizei pos = 0; -- cgit v1.2.3