diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2007-11-02 12:02:45 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-11-02 12:02:45 +0000 |
commit | 7a48e35b341d082b2b0ca0d8f2f1376c3fa78473 (patch) | |
tree | 0722e8a9be782543ded9de048a314c7de3b86443 /src/perl/irc | |
parent | 78dad04c7b21342c9b6dddc7ea9f1b34f61e6984 (diff) | |
download | irssi-7a48e35b341d082b2b0ca0d8f2f1376c3fa78473.zip |
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
Diffstat (limited to 'src/perl/irc')
-rw-r--r-- | src/perl/irc/Irc.xs | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |