Index: trunk/src_plugins/io_eagle/eagle_bin.c =================================================================== --- trunk/src_plugins/io_eagle/eagle_bin.c (revision 24828) +++ trunk/src_plugins/io_eagle/eagle_bin.c (revision 24829) @@ -423,9 +423,9 @@ {"clockwise", T_BMB, 22, 0x20}, {"linetype", T_UBF, 23, BITFIELD(1, 0, 7)}, {"linetype_0_x1", T_INT, 4, 4}, - /*{"x", T_INT, 4, 4}, /* only needed if wire used for polygon vertex coord */ + /*{"x", T_INT, 4, 4}, only needed if wire used for polygon vertex coord */ {"linetype_0_y1", T_INT, 8, 4}, - /*{"y", T_INT, 8, 4}, /* only needed if wire used for polygon vertex coord */ + /*{"y", T_INT, 8, 4}, only needed if wire used for polygon vertex coord */ {"linetype_0_x2", T_INT, 12, 4}, {"linetype_0_y2", T_INT, 16, 4}, {"arc_negflags", T_UBF, 19, BITFIELD(1, 0, 4)},