|
@@ -12,7 +12,6 @@ void add_polyline(struct dxf_file *dxf, struct Map_info *Map)
|
|
|
int layer_flag = 0; /* indicates if a layer name has been found */
|
|
|
int polyline_flag = 0; /* indicates the type of polyline */
|
|
|
int warn_flag66 = 1; /* indicates if error message printed once */
|
|
|
- int warn_flag70 = 1; /* indicates if error message printed once */
|
|
|
int vert_flag; /* indicates that vertices are following */
|
|
|
int xflag = 0; /* indicates if a x value has been found */
|
|
|
int yflag = 0; /* indicates if a y value has been found */
|
|
@@ -65,16 +64,6 @@ void add_polyline(struct dxf_file *dxf, struct Map_info *Map)
|
|
|
128 = The linetype pattern is generated continuously around
|
|
|
the vertices of this polyline.
|
|
|
******************************************************************/
|
|
|
- /* NOTE: code only exists for flag = 1 (closed polyline) or 0 */
|
|
|
- G_debug(1, "polyline_flag: %d", polyline_flag);
|
|
|
- if (polyline_flag & (8 | 16 | 32))
|
|
|
- if (warn_flag70) {
|
|
|
- if (!flag_list)
|
|
|
- G_warning(_
|
|
|
- ("3-d data in dxf file. Polyline_flag: %d"),
|
|
|
- polyline_flag);
|
|
|
- warn_flag70 = 0;
|
|
|
- }
|
|
|
break;
|
|
|
}
|
|
|
}
|