Index: obj_text.h =================================================================== --- obj_text.h (revision 15741) +++ obj_text.h (revision 15742) @@ -42,7 +42,6 @@ pcb_uint8_t Direction; pcb_font_id_t fid; char *TextString; /* string */ - void *Element; /* TODO: remove this in favor of generic parenting */ gdl_elem_t link; /* a text is in a list of a layer or an element */ };