diff options
Diffstat (limited to 'lib/libncurses/lib_scrreg.c')
-rw-r--r-- | lib/libncurses/lib_scrreg.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 |