Index: trunk/src/obj_poly.c =================================================================== --- trunk/src/obj_poly.c (revision 20163) +++ trunk/src/obj_poly.c (revision 20164) @@ -59,7 +59,6 @@ /*** allocation ***/ -/* get next slot for a polygon object, allocates memory if necessary */ pcb_poly_t *pcb_poly_alloc(pcb_layer_t * layer) { pcb_poly_t *new_obj; Index: trunk/src/obj_rat.c =================================================================== --- trunk/src/obj_rat.c (revision 20163) +++ trunk/src/obj_rat.c (revision 20164) @@ -50,7 +50,6 @@ #include "rats.h" /*** allocation ***/ -/* get next slot for a Rat, allocates memory if necessary */ pcb_rat_t *pcb_rat_alloc(pcb_data_t *data) { pcb_rat_t *new_obj; Index: trunk/src/obj_text.c =================================================================== --- trunk/src/obj_text.c (revision 20163) +++ trunk/src/obj_text.c (revision 20164) @@ -59,7 +59,7 @@ #include "conf_core.h" /*** allocation ***/ -/* get next slot for a text object, allocates memory if necessary */ + pcb_text_t *pcb_text_alloc(pcb_layer_t * layer) { pcb_text_t *new_obj;