From: Matthew Fernandez Date: Mon, 11 Apr 2022 05:00:42 +0000 (-0700) Subject: common: remove unused 'box_overlap' X-Git-Tag: 4.0.0~110^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d20ecfab8bb21eb87819c22bbc50d48d6ddc7a4;p=graphviz common: remove unused 'box_overlap' AFAICT this has never been used. --- diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index 2055f1aa8..4477bb99e 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -147,11 +147,6 @@ static inline pointf exch_xyf(pointf p) return r; } -static inline int box_overlap(box b0, box b1) -{ - return OVERLAP(b0, b1); -} - static inline int boxf_overlap(boxf b0, boxf b1) { return OVERLAP(b0, b1);