Index: board.c =================================================================== --- board.c (revision 34437) +++ board.c (revision 34438) @@ -338,14 +338,6 @@ } } -/* sets a clearance width */ -void pcb_board_set_clearance(rnd_coord_t Width) -{ - if (Width <= PCB_MAX_THICKNESS) { - rnd_conf_set_design("design/clearance", "%$mS", Width); - } -} - /* sets a text scaling */ void pcb_board_set_text_scale(int Scale) {