Index: trunk/src/layer.h =================================================================== --- trunk/src/layer.h (revision 21990) +++ trunk/src/layer.h (revision 21991) @@ -156,7 +156,6 @@ } meta; unsigned is_bound:1; - unsigned propedit:1; /* temporary: let propedit know this layer is being edited */ }; /* returns the layer number for the passed copper or silk layer pointer */ Index: trunk/src/layer_grp.h =================================================================== --- trunk/src/layer_grp.h (revision 21990) +++ trunk/src/layer_grp.h (revision 21991) @@ -50,7 +50,6 @@ unsigned valid:1; /* 1 if it's a new-style, valid layer group; 0 after loading old files with no layer stackup info */ unsigned vis:1; /* 1 if layer group is visible on the GUI */ unsigned open:1; /* 1 if the group is open (expanded) on the GUI */ - unsigned propedit:1; /* temporary: let propedit know this layer is being edited */ /* internal: temporary states */ int intern_id; /* for the old layer import mechanism */