From 8a65277d17dfef91b7c9162c0a2856ee9ac75d8b Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 May 2021 09:57:51 -0700 Subject: [PATCH] remove unused triangle_t type --- lib/pathplan/triang.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/pathplan/triang.c b/lib/pathplan/triang.c index 7697f56b8..8b9c6ac95 100644 --- a/lib/pathplan/triang.c +++ b/lib/pathplan/triang.c @@ -15,10 +15,6 @@ #include #include -typedef struct dpd_triangle { - Ppoint_t *v[3]; -} ltriangle_t; - #define ISCCW 1 #define ISCW 2 #define ISON 3 -- 2.50.1