From 76b2fcba7bbca0801e24a9d31f99be1cf942473a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 1 Dec 2020 19:28:14 -0500 Subject: [PATCH] remove never-used variable added in commit 9e805380d4aa6338ca1b85d06b5dbf60e9fb0cbe --- xed/xed-window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xed/xed-window.c b/xed/xed-window.c index 42ec4c5..9e13542 100644 --- a/xed/xed-window.c +++ b/xed/xed-window.c @@ -938,7 +938,6 @@ update_favorites_menu (XedWindow *window) XAppFavorites *favorites; GList *actions, *l; GList *items = NULL; - guint i; xed_debug (DEBUG_WINDOW);