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

index 14e959b299a4bc61529985f8391d04d993afb7af..43115869567c4b1df3683fa57462ce8206ec72a2 100644 (file)
@@ -34,11 +34,6 @@ typedef struct tna_t {
 
 #define POINTSIZE sizeof (Ppoint_t)
 
-typedef struct p2e_t {
-    Ppoint_t *pp;
-    Pedge_t *ep;
-} p2e_t;
-
 typedef struct elist_t {
     Pedge_t *ep;
     struct elist_t *next, *prev;