Index: ipcd356.c =================================================================== --- ipcd356.c (revision 15642) +++ ipcd356.c (revision 15643) @@ -175,6 +175,8 @@ { int padx, pady, tmp; +#warning subc TODO: rewrite +#if 0 PCB_ELEMENT_LOOP(PCB->Data); PCB_PAD_LOOP(element); if (PCB_FLAG_TEST(PCB_FLAG_FOUND, pad)) { @@ -378,6 +380,7 @@ } PCB_END_LOOP; /* Via. */ +#endif } @@ -420,7 +423,8 @@ return 1; } - +#warning subc TODO: rewrite +#if 0 PCB_ELEMENT_LOOP(PCB->Data); PCB_PIN_LOOP(element); if (!PCB_FLAG_TEST(PCB_FLAG_VISIT, pin)) { @@ -470,6 +474,7 @@ IPCD356_WriteNet(fp, net); } PCB_END_LOOP; /* Via. */ +#endif IPCD356_End(fp); fclose(fp); @@ -487,6 +492,8 @@ void ResetVisitPinsViasAndPads() { +#warning subc TODO: rewrite +#if 0 PCB_VIA_LOOP(PCB->Data); PCB_FLAG_CLEAR(PCB_FLAG_VISIT, via); PCB_END_LOOP; /* Via. */ @@ -498,6 +505,7 @@ PCB_FLAG_CLEAR(PCB_FLAG_VISIT, pad); PCB_END_LOOP; /* Pad. */ PCB_END_LOOP; /* Element. */ +#endif } int IPCD356_WriteAliases(FILE * fd, IPCD356_AliasList * aliaslist)