diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-11-02 07:34:35 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-02 07:34:35 +0000 |
commit | 73b18f2672585d8d6427862afed6ba8f63629ef3 (patch) | |
tree | 17d2332323866bb5ed66295abb12813109ea2c8c | |
parent | 200caf1ac6399779b254b6857c21bba7c2a789ac (diff) | |
download | irssi-73b18f2672585d8d6427862afed6ba8f63629ef3.zip |
Fix r4879 change.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4881 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/perl/textui/TextUI.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/perl/textui/TextUI.xs b/src/perl/textui/TextUI.xs index 1c7488ea..25384d56 100644 --- a/src/perl/textui/TextUI.xs +++ b/src/perl/textui/TextUI.xs @@ -49,7 +49,6 @@ static void perl_text_buffer_view_fill_hash(HV *hv, TEXT_BUFFER_VIEW_REC *view) static void perl_line_fill_hash(HV *hv, LINE_REC *line) { - hv_store(hv, "refcount", 8, newSViv(line->refcount), 0); hv_store(hv, "info", 4, plain_bless(&line->info, "Irssi::TextUI::LineInfo"), 0); } |