From 4c015a969baa46e4332a015b95d30717bbf655f1 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 30 Nov 2022 17:08:25 -0800 Subject: [PATCH] patchwork: remove unused 'rectangle_struct' name --- lib/patchwork/tree_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patchwork/tree_map.h b/lib/patchwork/tree_map.h index 367ac3e0a..e2570db64 100644 --- a/lib/patchwork/tree_map.h +++ b/lib/patchwork/tree_map.h @@ -12,7 +12,7 @@ #include -typedef struct rectangle_struct { +typedef struct { double x[2];/* center */ double size[2]; /* total width/height*/ } rectangle; -- 2.40.0