From 7a48e35b341d082b2b0ca0d8f2f1376c3fa78473 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 2 Nov 2007 12:02:45 +0000 Subject: [PATCH] Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4633 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/irc/Irc.xs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/perl/irc/Irc.xs b/src/perl/irc/Irc.xs index ed472680..3fda1e68 100644 --- a/src/perl/irc/Irc.xs +++ b/src/perl/irc/Irc.xs @@ -134,7 +134,6 @@ static void perl_notifylist_fill_hash(HV *hv, NOTIFYLIST_REC *notify) hv_store(hv, "mask", 4, new_pv(notify->mask), 0); hv_store(hv, "away_check", 10, newSViv(notify->away_check), 0); - hv_store(hv, "idle_check_time", 15, newSViv(notify->idle_check_time), 0); av = newAV(); if (notify->ircnets != NULL) {