Index: doc/developer/obj_func_naming.txt =================================================================== --- doc/developer/obj_func_naming.txt (revision 15431) +++ doc/developer/obj_func_naming.txt (revision 15432) @@ -15,9 +15,6 @@ not be 1:1 what was requested or may not even be a new object (e.g. overlapping line merging) - pcb_element_*_new(): - same as pcb_*_new(), parent being an element - pcb_*_destroy() free all fields of an object and properly remove it from the parent (including rtree removal) @@ -34,10 +31,6 @@ processing may be needed after filling in the fields (see also: pcb_add_*_on_layer()) - pcb_element_*_alloc(): - same, but parent is an element - will be removed once elements are - generalized. - pcb_*_free(): free the struct memory (but not the fields!) of an object and remove it from the parent list.