]> granicus.if.org Git - graphviz/commitdiff
remove unused lvertex_2_t type
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 May 2021 16:57:28 +0000 (09:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:13:03 +0000 (11:13 -0700)
lib/pathplan/triang.c

index 1549e77b3b9f6e9b4c3677bd064968b6eaf58fe9..7697f56b8aac2c429091351136d4c6bd80821567 100644 (file)
 #include <pathplan/pathutil.h>
 #include <pathplan/tri.h>
 
-typedef struct lvertex_2_t {
-    double x, y;
-} lvertex_2_t;
-
 typedef struct dpd_triangle {
     Ppoint_t *v[3];
 } ltriangle_t;