From: Matthew Fernandez Date: Mon, 11 Apr 2022 04:51:48 +0000 (-0700) Subject: common: remove unused 'boxf_contains' X-Git-Tag: 4.0.0~110^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd8b5453badccfd194fa2bc4174cdbfb54d1ee5d;p=graphviz common: remove unused 'boxf_contains' The last use of this was removed in 1bdfda539761de274318d04603bf0efc5694fbaa. --- diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index 58730471d..8551df6c1 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -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;