From d975f35bba6e128218de2696d5bce26656e3fd5f Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 1 Jul 2021 15:59:17 -0400 Subject: types/wlr_box: remove unused wlr_box_from_pixman_box32 and wlr_box_rotated_bounds functions --- include/wlr/types/wlr_box.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/wlr/types/wlr_box.h b/include/wlr/types/wlr_box.h index 73e51b34..2a407c4d 100644 --- a/include/wlr/types/wlr_box.h +++ b/include/wlr/types/wlr_box.h @@ -39,11 +39,4 @@ bool wlr_box_empty(const struct wlr_box *box); void wlr_box_transform(struct wlr_box *dest, const struct wlr_box *box, enum wl_output_transform transform, int width, int height); -/** - * Creates the smallest box that contains the box rotated about its center. - */ -void wlr_box_rotated_bounds(struct wlr_box *dest, const struct wlr_box *box, float rotation); - -void wlr_box_from_pixman_box32(struct wlr_box *dest, const pixman_box32_t box); - #endif -- cgit v1.2.3