Index: trunk/src_plugins/fp_board/fp_board.c =================================================================== --- trunk/src_plugins/fp_board/fp_board.c (revision 21565) +++ trunk/src_plugins/fp_board/fp_board.c (revision 21566) @@ -117,11 +117,6 @@ PCB_SUBC_LOOP(buff.Data) { id++; if (id == req_id) { -/* if (strcmp(element->Name[PCB_ELEMNAME_IDX_DESCRIPTION].TextString, l->name)) */ - -TODO(": extend the API:") - /* This is not pretty: we are saving the element to a file so we can return a FILE *. - Later on we should just return the footprint. */ memset(&op, 0, sizeof(op)); op.buffer.dst = dst; pcb_data_set_layer_parents(op.buffer.dst);