Index: bom2.c =================================================================== --- bom2.c (revision 37998) +++ bom2.c (revision 37999) @@ -128,7 +128,7 @@ typedef struct { char utcTime[64]; - char *name, *footprint, *value; + char *name; pcb_subc_t *subc; long count; gds_t tmp; @@ -303,17 +303,6 @@ gds_append(s, *t); return 0; } - - if (strncmp(*input, "footprint%", 10) == 0) { - *input += 11; - append_clean(ctx, escape, s, ctx->footprint); - return 0; - } - if (strncmp(*input, "value%", 6) == 0) { - *input += 7; - append_clean(ctx, escape, s, ctx->value); - return 0; - } } return -1; }