aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
diff options
context:
space:
mode:
Diffstat (limited to 'backend/x11')
-rw-r--r--backend/x11/backend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/backend.c b/backend/x11/backend.c
index c15b92da..9eaf5664 100644
--- a/backend/x11/backend.c
+++ b/backend/x11/backend.c
@@ -354,7 +354,6 @@ static bool query_formats(struct wlr_x11_backend *x11) {
}
if (x11->have_dri3) {
- // X11 always supports implicit modifiers
wlr_drm_format_set_add(&x11->dri3_formats, format->drm,
DRM_FORMAT_MOD_INVALID);
if (!query_dri3_modifiers(x11, format)) {