Re: [PATCH] ui/gtk-egl.c: fix build break

2024-05-15 Thread Philippe Mathieu-Daudé
Hi Anushree, On 15/5/24 13:50, Anushree Mathur wrote: Qemu build is failing due to an unused variable. Removing it to fix the build break. Signed-off-by: Anushree Mathur --- ui/gtk-egl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index 0473f689c9..3177992

[PATCH] ui/gtk-egl.c: fix build break

2024-05-15 Thread Anushree Mathur
Qemu build is failing due to an unused variable. Removing it to fix the build break. Signed-off-by: Anushree Mathur --- ui/gtk-egl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index 0473f689c9..3177992b91 100644 --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -70,7 +