Skip to content

Commit

Permalink
comment out unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Nov 23, 2024
1 parent 17b84e1 commit 249c810
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vector/v.out.ogr/export_areas.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ static int export_areas_multi(struct Map_info *, int, int, OGRFeatureDefnH,
static OGRGeometryH create_polygon(struct Map_info *, int, struct line_pnts *,
int);

#if 0
/* maybe useful */
static void reverse_points(struct line_pnts *Points)
{
Expand All @@ -35,6 +36,7 @@ static void reverse_points(struct line_pnts *Points)
Points->z[j] = tmp;
}
}
#endif

/* export areas as single/multi-polygons */
int export_areas(struct Map_info *In, int field, int multi, int donocat,
Expand Down
2 changes: 2 additions & 0 deletions vector/v.out.ogr/export_areas_fast.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ static int export_areas_multi(struct Map_info *, int, int, OGRFeatureDefnH,
static OGRGeometryH create_polygon(struct Map_info *, int, struct line_pnts *,
int);

#if 0
/* maybe useful */
static void reverse_points(struct line_pnts *Points)
{
Expand All @@ -35,6 +36,7 @@ static void reverse_points(struct line_pnts *Points)
Points->z[j] = tmp;
}
}
#endif

/* export areas as single/multi-polygons */
int export_areas_fast(struct Map_info *In, int field, int multi, int donocat,
Expand Down

0 comments on commit 249c810

Please sign in to comment.