still fixing

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2811 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-05-18 04:36:06 +00:00 committed by cras
commit 8bfd16b374

View file

@ -300,9 +300,6 @@ static int ignore_index(IGNORE_REC *find)
for (tmp = ignores; tmp != NULL; tmp = tmp->next) {
IGNORE_REC *rec = tmp->data;
if (rec->servertag != NULL)
continue;
if (rec == find)
return index;
index++;