]> granicus.if.org Git - graphviz/commitdiff
remove unused triangle_t type
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 May 2021 16:57:51 +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 7697f56b8aac2c429091351136d4c6bd80821567..8b9c6ac95afa2488ac82fdfc56dc2851acc02a83 100644 (file)
 #include <pathplan/pathutil.h>
 #include <pathplan/tri.h>
 
-typedef struct dpd_triangle {
-    Ppoint_t *v[3];
-} ltriangle_t;
-
 #define ISCCW 1
 #define ISCW  2
 #define ISON  3