common/box: drop box_contains()

This commit is contained in:
tokyo4j 2025-05-21 20:43:17 +09:00 committed by Consolatis
parent 51844c7fc9
commit 7969aa267e
3 changed files with 2 additions and 16 deletions

View file

@ -4,8 +4,6 @@
#include <wlr/util/box.h>
bool box_contains(struct wlr_box *box_super, struct wlr_box *box_sub);
bool box_intersects(struct wlr_box *box_a, struct wlr_box *box_b);
/* Returns the bounding box of 2 boxes */