From 7a688cc6dd8aefb7c4ba04c7def37577b6ae8be2 Mon Sep 17 00:00:00 2001 From: Jeremy Attali Date: Sun, 29 Dec 2019 12:03:55 -0500 Subject: [PATCH] remove(render): remove g_warning --- src/render.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/render.c b/src/render.c index 761c250..56644dd 100644 --- a/src/render.c +++ b/src/render.c @@ -152,8 +152,7 @@ static void render_buffer(cairo_t *cr, struct swappy_state *state) { struct swappy_buffer *buffer = output->buffer; if (output->buffer == NULL) { - g_warning( - "screencopy buffer is empty, cannot draw it onto the paint area"); + // screencopy buffer is empty, cannot draw it onto the paint area" continue; }