]> granicus.if.org Git - graphviz/commitdiff
common: remove unused 'box_overlap'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 05:00:42 +0000 (22:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 13 Apr 2022 00:02:33 +0000 (17:02 -0700)
AFAICT this has never been used.

lib/common/geomprocs.h

index 2055f1aa846ca744c3fd8f227cd8684c0cd501fc..4477bb99e3c391484cf244b8097182b363d3ff57 100644 (file)
@@ -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);