aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2021-07-01 15:59:17 -0400
committerSimon Ser <contact@emersion.fr>2021-07-06 21:43:17 +0200
commitd975f35bba6e128218de2696d5bce26656e3fd5f (patch)
treea0f257b8e500fb55408fc7241606395b250f4d55 /include
parent3fdf8cf07e989a99fe9de85f2cee3eac7f1f7378 (diff)
types/wlr_box: remove unused wlr_box_from_pixman_box32 and wlr_box_rotated_bounds functions
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_box.h7
1 files changed, 0 insertions, 7 deletions
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