diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/render/drm_format_set.h | 1 |
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); /** |