Index: flag.h =================================================================== --- flag.h (revision 32941) +++ flag.h (revision 32942) @@ -85,13 +85,13 @@ PCB_FLAG_VISIT = 0x08000, /* marker to avoid re-visiting an object */ PCB_FLAG_NONETLIST = 0x10000, /* object is not part of the netlist, don't warn for netlist issues */ PCB_FLAG_MINCUT = 0x20000, /* used by the mincut short find code */ - PCB_FLAG_ONPOINT = 0x40000, /* crosshair is on line point or arc point */ +/* unused = 0x40000, */ PCB_FLAG_TERMNAME = 0x80000, /* show terminal name of the object */ PCB_FLAG_DRC_INTCONN = 0x100000,/* Set for objects are put on the DRC mark because of an intconn */ PCB_FLAG_CLEARPOLYPOLY= 0x200000,/* polygon clearning other polygons */ PCB_FLAG_DYNTEXT = 0x400000,/* templated text */ PCB_FLAG_FLOATER = 0x800000 /* object ignores subc lock */ -/* PCB_FLAG_NOCOPY = (PCB_FLAG_FOUND | CONNECTEDFLAG | PCB_FLAG_ONPOINT)*/ +/* PCB_FLAG_NOCOPY = (PCB_FLAG_FOUND | CONNECTEDFLAG)*/ } pcb_flag_values_t; #define PCB_FLAGS 0x01ffffff /* all used flags */