From bd8b5453badccfd194fa2bc4174cdbfb54d1ee5d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 10 Apr 2022 21:51:48 -0700 Subject: [PATCH] common: remove unused 'boxf_contains' The last use of this was removed in 1bdfda539761de274318d04603bf0efc5694fbaa. --- lib/common/geomprocs.h | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.50.1