X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Froam.c;h=6694026a10e320b75be2b3ce683933d215ef3784;hp=3de5b5b7258ea938116827bf815ac2a1b5fee66e;hb=4d9d0eb76317c97b94f44a745ffecde29de0454d;hpb=cbd3d3a794ee86f35b1a5c73ab37a0c9447c8f10 diff --git a/src/roam.c b/src/roam.c index 3de5b5b..6694026 100644 --- a/src/roam.c +++ b/src/roam.c @@ -84,13 +84,6 @@ RoamPoint *roam_point_new(gdouble lat, gdouble lon, gdouble elev) return point; } -static RoamPoint *roam_point_dup(RoamPoint *point) -{ - RoamPoint *new = g_memdup(point, sizeof(RoamPoint)); - new->tris = 0; - return new; -} - /** * roam_point_add_triangle: * @point: the point