From 9bdf707b220203951a0e38f9eabb52146b5927a5 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 7 Apr 2025 14:21:50 -0700 Subject: [PATCH] build: fix GCC warning --- src/sysprof/sysprof-application.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sysprof/sysprof-application.c b/src/sysprof/sysprof-application.c index 8a660b7a..59845d92 100644 --- a/src/sysprof/sysprof-application.c +++ b/src/sysprof/sysprof-application.c @@ -128,7 +128,6 @@ sysprof_new_window (GSimpleAction *action, { const GList *windows; GApplication *app = user_data; - GtkWindow *window; GtkWidget *greeter; g_assert (G_IS_APPLICATION (app));