Index: trunk/src/layer.h =================================================================== --- trunk/src/layer.h (revision 34025) +++ trunk/src/layer.h (revision 34026) @@ -151,9 +151,6 @@ /* for comb, use the ->comb from the common part */ int stack_offs; /* offset in the stack for PCB_LYT_INNER: positive is counted from primary side, negative from the opposite side */ char *purpose; /* what the target doc/mech layer is used for */ - - unsigned user_specified:1; /* 1 if the user forced the binding */ - rnd_layer_id_t user_lid; } bound; } meta; Index: trunk/src/obj_subc.c =================================================================== --- trunk/src/obj_subc.c (revision 34025) +++ trunk/src/obj_subc.c (revision 34026) @@ -169,8 +169,6 @@ pcb_layer_t *dst = &sc->data->Layer[sc->data->LayerN++]; dst->is_bound = 1; - dst->meta.bound.user_specified = 0; - dst->meta.bound.user_lid = -1; dst->meta.bound.type = type; dst->comb = comb; dst->meta.bound.stack_offs = stack_offs;