From 1b9f88aa66abff35b7b211cbcbfa457fddaef1b1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 4 Dec 2025 11:51:46 +0100 Subject: [PATCH] xfree86: dri2: drop unused variable Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/dri2/dri2ext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/dri2/dri2ext.c b/hw/xfree86/dri2/dri2ext.c index 249ec0c870..907984a9c4 100644 --- a/hw/xfree86/dri2/dri2ext.c +++ b/hw/xfree86/dri2/dri2ext.c @@ -191,7 +191,6 @@ static int send_buffers_reply(ClientPtr client, DrawablePtr pDrawable, DRI2BufferPtr * buffers, int count, int width, int height) { - xDRI2GetBuffersReply rep; int skip = 0; int i;