From: Matthew Fernandez Date: Sun, 30 May 2021 16:57:28 +0000 (-0700) Subject: remove unused lvertex_2_t type X-Git-Tag: 2.47.3~11^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ccf3d190e1f081c0278addab989f73507ef43b9;p=graphviz remove unused lvertex_2_t type --- diff --git a/lib/pathplan/triang.c b/lib/pathplan/triang.c index 1549e77b3..7697f56b8 100644 --- a/lib/pathplan/triang.c +++ b/lib/pathplan/triang.c @@ -15,10 +15,6 @@ #include #include -typedef struct lvertex_2_t { - double x, y; -} lvertex_2_t; - typedef struct dpd_triangle { Ppoint_t *v[3]; } ltriangle_t;