Remove unused variables to silence compiler warnings

This commit is contained in:
David Leadbeater 2014-06-26 00:47:49 +01:00
commit b34ded063b
2 changed files with 1 additions and 3 deletions

View file

@ -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) {