summaryrefslogtreecommitdiff
path: root/libweston/backend-x11/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libweston/backend-x11/x11.c')
-rw-r--r--libweston/backend-x11/x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libweston/backend-x11/x11.c b/libweston/backend-x11/x11.c
index f115acda..43fff36e 100644
--- a/libweston/backend-x11/x11.c
+++ b/libweston/backend-x11/x11.c
@@ -1922,8 +1922,6 @@ x11_backend_create(struct weston_compositor *compositor,
&options.base) < 0)
goto err_xdisplay;
}
- weston_log("Using %s renderer\n",
- (config->renderer == WESTON_RENDERER_PIXMAN) ? "pixman" : "gl");
b->base.destroy = x11_destroy;
b->base.create_output = x11_output_create;