Index: trunk/src/attrib.h =================================================================== --- trunk/src/attrib.h (revision 13960) +++ trunk/src/attrib.h (revision 13961) @@ -46,7 +46,6 @@ /* Returns NULL if the name isn't found, else the value for that named attribute. */ char *pcb_attribute_get(pcb_attribute_list_t * list, const char *name); -pcb_attribute_t *pcb_attribute_get_attr(pcb_attribute_list_t * list, const char *name); /* Adds an attribute to the list. If the attribute already exists, the value is replaced. Returns non-zero if an existing attribute was replaced. */