]> granicus.if.org Git - graphviz/commitdiff
patchwork: remove unused 'rectangle_struct' name
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Dec 2022 01:08:25 +0000 (17:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Dec 2022 17:50:40 +0000 (09:50 -0800)
lib/patchwork/tree_map.h

index 367ac3e0a0ff473762c6261834b66a8ec97a8046..e2570db6431fcd8ea9e168e4504d49853946e8ba 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <sparse/SparseMatrix.h>
 
-typedef struct rectangle_struct {
+typedef struct {
   double x[2];/* center */
   double size[2]; /* total width/height*/
 } rectangle;