From 8091ade428526edaab100abaf43a77b23f9a6476 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 2 Dec 1994 07:35:48 +0000 Subject: Implement chage_scroll_region properly --- lib/libncurses/lib_scrreg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libncurses/lib_scrreg.c') diff --git a/lib/libncurses/lib_scrreg.c b/lib/libncurses/lib_scrreg.c index b7d9ae2..31bab4f 100644 --- a/lib/libncurses/lib_scrreg.c +++ b/lib/libncurses/lib_scrreg.c @@ -25,10 +25,6 @@ int wsetscrreg(WINDOW *win, int top, int bottom) win->_regbottom = bottom; T(("correctly set scrolling region between %d and %d", top, bottom)); - if (change_scroll_region != NULL) { - T(("changing scroll region")); - putp(tparm(change_scroll_region, top, bottom)); - } return(OK); } else -- cgit v1.1