From b34ded063b9a3a783329ab7ad8e14c41ef824c1b Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Thu, 26 Jun 2014 00:47:49 +0100 Subject: Remove unused variables to silence compiler warnings --- src/fe-common/core/window-items.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/core/window-items.c b/src/fe-common/core/window-items.c index c29db9e6..bd6ae5e9 100644 --- a/src/fe-common/core/window-items.c +++ b/src/fe-common/core/window-items.c @@ -211,7 +211,6 @@ void window_item_next(WINDOW_REC *window) WI_ITEM_REC *window_item_find_window(WINDOW_REC *window, void *server, const char *name) { - CHANNEL_REC *channel; GSList *tmp; for (tmp = window->items; tmp != NULL; tmp = tmp->next) { -- cgit v1.2.3