From f177d221e910e9ea352674031cc030ed9674e2f2 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 2 Sep 2025 18:54:38 +0200 Subject: [PATCH] lib/imlib: Remove test loop. Signed-off-by: iabdalkader --- lib/imlib/framebuffer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/imlib/framebuffer.c b/lib/imlib/framebuffer.c index 8ab058f24..36e186c9a 100644 --- a/lib/imlib/framebuffer.c +++ b/lib/imlib/framebuffer.c @@ -255,8 +255,6 @@ void framebuffer_update_preview(image_t *src) { static int overflow_count = 0; framebuffer_t *fb = framebuffer_get(FB_STREAM_ID); - while (fb->quality == 0) { - } // Check if the streaming buffer is disabled, image is NULL or format is not set. if (!fb->enabled || !src->data || src->pixfmt == PIXFORMAT_INVALID) { return;