From b0ec3a3ad7bb390611448a11b3bbbfb85bda7039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 19 Oct 2020 22:27:15 +0200 Subject: [PATCH] cogl/test-utils: Skip "showing" the onscreen Tests pass anyway. Part-of: --- cogl/test-fixtures/test-utils.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cogl/test-fixtures/test-utils.c b/cogl/test-fixtures/test-utils.c index 3e5552a9c..dad881948 100644 --- a/cogl/test-fixtures/test-utils.c +++ b/cogl/test-fixtures/test-utils.c @@ -178,9 +178,6 @@ test_utils_init (TestFlags requirement_flags, if (!cogl_framebuffer_allocate (test_fb, &error)) g_critical ("Failed to allocate framebuffer: %s", error->message); - if (onscreen) - cogl_onscreen_show (onscreen); - cogl_framebuffer_clear4f (test_fb, COGL_BUFFER_BIT_COLOR | COGL_BUFFER_BIT_DEPTH |