src/functions.h
changeset 7593 cfce84f8995c
parent 7554 076c42f44a83
child 7814 fe643468ad64
--- a/src/functions.h	Wed Jun 27 20:40:20 2007 +0000
+++ b/src/functions.h	Wed Jun 27 20:53:25 2007 +0000
@@ -98,9 +98,6 @@
 void DeleteName(StringID id);
 char *GetName(char *buff, StringID id, const char* last);
 
-/* AllocateNameUnique also tests if the name used is not used anywere else
- * and if it is used, it returns an error. */
-#define AllocateNameUnique(name, skip) RealAllocateName(name, skip, true)
 #define AllocateName(name, skip) RealAllocateName(name, skip, false)
 StringID RealAllocateName(const char *name, byte skip, bool check_double);
 void ConvertNameArray();