Index: trunk/src/brave.c =================================================================== --- trunk/src/brave.c (revision 23582) +++ trunk/src/brave.c (revision 23583) @@ -53,7 +53,6 @@ {PCB_BRAVE_NOXOR, "noxor", "avoid xor drawing", "use alternative rendering instead of xor draw", 0}, {PCB_BRAVE_CLIPBATCH, "clipbatch", "batch poly clipping", "batch polygon clipping in some expensive user operations", 0}, {PCB_BRAVE_LESSTIF_TREETABLE, "lesstifttbl", "lesstif tree table", "enable experimental lesstif tree table support", 0}, - {PCB_BRAVE_OLD_NETLIST, "old_netlist", "old netlist engine", "use the old netlist engine instead of the new one where possible (for testing)", 0}, {0, NULL, NULL, NULL} }; Index: trunk/src/brave.h =================================================================== --- trunk/src/brave.h (revision 23582) +++ trunk/src/brave.h (revision 23583) @@ -5,7 +5,6 @@ PCB_BRAVE_NOXOR = 1, PCB_BRAVE_CLIPBATCH = 2, PCB_BRAVE_LESSTIF_TREETABLE = 4, - PCB_BRAVE_OLD_NETLIST = 8, PCB_BRAVE_max } pcb_brave_t;