summaryrefslogtreecommitdiff
path: root/src/perl/perl-fe.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-04-14 22:54:06 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-04-14 22:54:06 +0000
commit0cb1752123111d11cc48a0b6cf15d11539599995 (patch)
treec3bc9b1d08d738b8974d8d034aeb1366a1589608 /src/perl/perl-fe.c
parent5d5b9cbc28772ba80b9e12957d80ab1308af71b7 (diff)
downloadirssi-0cb1752123111d11cc48a0b6cf15d11539599995.zip
related changes to textbuffer update..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1444 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/perl-fe.c')
-rw-r--r--src/perl/perl-fe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/perl/perl-fe.c b/src/perl/perl-fe.c
index 5584ca85..4594fd75 100644
--- a/src/perl/perl-fe.c
+++ b/src/perl/perl-fe.c
@@ -57,8 +57,6 @@ static void perl_window_fill_hash(HV *hv, WINDOW_REC *window)
if (window->active_server)
hv_store(hv, "active_server", 13, irssi_bless(window->active_server), 0);
- hv_store(hv, "lines", 5, newSViv(window->lines), 0);
-
hv_store(hv, "level", 5, newSViv(window->level), 0);
hv_store(hv, "data_level", 8, newSViv(window->data_level), 0);
hv_store(hv, "hilight_color", 10, new_pv(window->hilight_color), 0);