Index: attrib.h =================================================================== --- attrib.h (revision 4634) +++ attrib.h (revision 4635) @@ -57,8 +57,6 @@ /* Simplistic version of Remove. */ #define AttributeRemove(OBJ, name) AttributeRemoveFromList (&(OBJ->Attributes), name) -AttributeTypePtr CreateNewAttribute(AttributeListTypePtr list, const char *name, const char *value); - void FreeAttributeListMemory(AttributeListTypePtr list); #endif