Index: select.c =================================================================== --- select.c (revision 15627) +++ select.c (revision 15628) @@ -481,6 +481,7 @@ } PCB_ENDALL_LOOP; #warning padstack TODO: rewrite this to pstk +#if 0 if (pcb->PinOn && pcb_silk_on(pcb)) { PCB_PIN_ALL_LOOP(pcb->Data); { @@ -503,7 +504,6 @@ } PCB_ENDALL_LOOP; } - if (pcb->ViaOn) PCB_VIA_LOOP(pcb->Data); { @@ -515,6 +515,7 @@ } } PCB_END_LOOP; +#endif return changed; } @@ -650,6 +651,7 @@ PCB_END_LOOP; #warning padstack TODO: rewrite +#if 0 if (pcb->PinOn && (Type & PCB_TYPE_PIN)) PCB_PIN_ALL_LOOP(pcb->Data); { @@ -689,6 +691,7 @@ } } PCB_END_LOOP; +#endif if (Type & PCB_TYPE_NET) { pcb_conn_lookup_init(); changed = pcb_reset_conns(pcb_true) || changed;