aboutsummaryrefslogtreecommitdiff
path: root/include/render
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-10-01 17:22:04 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-10-01 09:26:05 -0600
commit323b8498ad42c94cb8fe6e93a633ef093a53b081 (patch)
tree0ad3b1af10ba28d7c6a5613c52bc126328eb8a63 /include/render
parent1d7e438d8ac636a2c90d58875e73a67e5440e4ae (diff)
Revert "render/drm_format_set: add wlr_drm_format_has"
This reverts commit 833437d5921339f2862ccfb0493617630ea3937d.
Diffstat (limited to 'include/render')
-rw-r--r--include/render/drm_format_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/render/drm_format_set.h b/include/render/drm_format_set.h
index c94c2af2..c438722b 100644
--- a/include/render/drm_format_set.h
+++ b/include/render/drm_format_set.h
@@ -4,7 +4,6 @@
#include <wlr/render/drm_format_set.h>
struct wlr_drm_format *wlr_drm_format_create(uint32_t format);
-bool wlr_drm_format_has(const struct wlr_drm_format *fmt, uint64_t modifier);
bool wlr_drm_format_add(struct wlr_drm_format **fmt_ptr, uint64_t modifier);
struct wlr_drm_format *wlr_drm_format_dup(const struct wlr_drm_format *format);
/**