]> granicus.if.org Git - graphviz/commitdiff
common: remove unused 'boxf_contains'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 04:51:48 +0000 (21:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 13 Apr 2022 00:02:33 +0000 (17:02 -0700)
The last use of this was removed in 1bdfda539761de274318d04603bf0efc5694fbaa.

lib/common/geomprocs.h

index 58730471d3e6cf12c09fbab426a00a0dae3fedc0..8551df6c150cfbaa44e725081bd1239148b68032 100644 (file)
@@ -162,11 +162,6 @@ static inline int box_contains(box b0, box b1)
     return CONTAINS(b0, b1);
 }
 
-static inline int boxf_contains(boxf b0, boxf b1)
-{
-    return CONTAINS(b0, b1);
-}
-
 static inline pointf perp (pointf p)
 {
     pointf r;