mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Remove unused variables to silence compiler warnings
This commit is contained in:
parent
86fcadb85d
commit
b34ded063b
2 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue