Index: trunk/doc/conf/tree/design.html =================================================================== --- trunk/doc/conf/tree/design.html (revision 17782) +++ trunk/doc/conf/tree/design.html (revision 17783) @@ -17,10 +17,8 @@ text_scale integer 0 text scaling in % text_font_id integer 0 poly_isle_area real 0 polygon min area - default_layer_name string 0 fab_author string 0 Full name of author for FAB drawings initial_layer_stack string 0 deprecated. - groups string 0 string with layergroups routes string 0 string with route styles paste_adjust coord 0 Adjust paste thickness Index: trunk/src/board.c =================================================================== --- trunk/src/board.c (revision 17782) +++ trunk/src/board.c (revision 17783) @@ -85,13 +85,7 @@ ptr->RatDraw = pcb_false; /* NOTE: we used to set all the pcb flags on ptr here, but we don't need to do that anymore due to the new conf system */ - /* this is the most useful starting point for now */ - ptr->Grid = conf_core.editor.grid; - save = PCB; - PCB = ptr; - pcb_layer_parse_group_string(ptr, conf_core.design.groups, PCB_MAX_LAYER, 0); - PCB = save; ptr->Zoom = conf_core.editor.zoom; ptr->MaxHeight = ptr->MaxWidth = PCB_MM_TO_COORD(20); /* should be overriden by the default design */ Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 17782) +++ trunk/src/conf_core.h (revision 17783) @@ -154,7 +154,6 @@ CFT_STRING fab_author; /* Full name of author for FAB drawings */ CFT_STRING initial_layer_stack; /* deprecated. */ - CFT_STRING groups; /* string with layergroups */ CFT_STRING routes; /* string with route styles */ CFT_COORD paste_adjust; /* Adjust paste thickness */ Index: trunk/src/pcb-conf.lht =================================================================== --- trunk/src/pcb-conf.lht (revision 17782) +++ trunk/src/pcb-conf.lht (revision 17783) @@ -127,7 +127,6 @@ # poly_isle_area = 0 # background_image = {} # fab_author = {} - groups = {} routes = {} paste_adjust = 0 } # design