aboutsummaryrefslogtreecommitdiffstats
path: root/common/uintmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/uintmap.h')
-rw-r--r--common/uintmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/uintmap.h b/common/uintmap.h
index 3adc66c4..32cd1eaa 100644
--- a/common/uintmap.h
+++ b/common/uintmap.h
@@ -25,7 +25,6 @@ typedef struct UIntMap {
void InitUIntMap(UIntMap *map, ALsizei limit);
void ResetUIntMap(UIntMap *map);
-void RelimitUIntMapNoLock(UIntMap *map, ALsizei limit);
ALenum InsertUIntMapEntry(UIntMap *map, ALuint key, ALvoid *value);
ALenum InsertUIntMapEntryNoLock(UIntMap *map, ALuint key, ALvoid *value);
ALvoid *RemoveUIntMapKey(UIntMap *map, ALuint key);