Index: write.c =================================================================== --- write.c (revision 22953) +++ write.c (revision 22954) @@ -367,6 +367,7 @@ fprintf(wr->f, "{BOARD\n"); +TODO("use pcb_has_explicit_outline() instead") has_outline = 0; for(i = 0, g = PCB->LayerGroups.grp; i < PCB->LayerGroups.len; i++,g++) { if (pcb_layergrp_is_pure_empty(PCB, i))