summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/kernel.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-08 01:43:52 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-08 01:43:52 +0000
commit883c5f31fa348a4edef151ffe7dbaa3587d5e779 (patch)
tree8edbbb735af26ba43b28e795b909e5ea7f2c8c1f /gnu/lib/libdialog/kernel.c
parentfccc689116d7bd842239d44676cbb77ff29a6570 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog/kernel.c')
-rw-r--r--gnu/lib/libdialog/kernel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/kernel.c b/gnu/lib/libdialog/kernel.c
index 08652feb276f..2afae58338b3 100644
--- a/gnu/lib/libdialog/kernel.c
+++ b/gnu/lib/libdialog/kernel.c
@@ -378,7 +378,6 @@ void draw_box(WINDOW *win, int y, int x, int height, int width, chtype box, chty
void draw_shadow(WINDOW *win, int y, int x, int height, int width)
{
int i,sx,sy;
- WINDOW *newscr=win;
if (has_colors()) { /* Whether terminal supports color? */
getbegyx(win,sy,sx);