Index: obj_subc_parent.h =================================================================== --- obj_subc_parent.h (revision 17050) +++ obj_subc_parent.h (revision 17051) @@ -76,12 +76,6 @@ case PCB_OBJ_ARC: return pcb_lobj_parent_subc(obj->parent_type, &obj->parent); -#if 0 - case PCB_OBJ_RAT: - /* easy case: can not be in a subc at all */ - return 0; -#endif - default: /* anything else: virtual */ return 0;