remove redundant declarations.
This commit is contained in:
parent
2fedeafec8
commit
9791d7cf26
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: curses.h,v 1.52 2001/01/01 10:36:12 simonb Exp $ */
|
||||
/* $NetBSD: curses.h,v 1.53 2001/01/05 22:51:21 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1981, 1993, 1994
|
||||
@ -83,7 +83,6 @@ typedef char bool;
|
||||
#endif /* _CURSES_PRIVATE */
|
||||
|
||||
/* Termcap capabilities. */
|
||||
extern char PC;
|
||||
extern char __tc_am, __tc_bs, __tc_cc, __tc_da, __tc_eo,
|
||||
__tc_hc, __tc_hl, __tc_in, __tc_mi, __tc_ms,
|
||||
__tc_nc, __tc_ns, __tc_os, __tc_ul, __tc_ut,
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: newwin.c,v 1.22 2000/04/20 13:12:14 blymn Exp $ */
|
||||
/* $NetBSD: newwin.c,v 1.23 2001/01/05 22:51:22 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1981, 1993, 1994
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)newwin.c 8.3 (Berkeley) 7/27/94";
|
||||
#else
|
||||
__RCSID("$NetBSD: newwin.c,v 1.22 2000/04/20 13:12:14 blymn Exp $");
|
||||
__RCSID("$NetBSD: newwin.c,v 1.23 2001/01/05 22:51:22 christos Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -51,8 +51,6 @@ extern struct __winlist *winlistp;
|
||||
|
||||
static WINDOW *__makenew(int nlines, int ncols, int by, int bx, int sub);
|
||||
|
||||
void __set_subwin(WINDOW *orig, WINDOW *win);
|
||||
|
||||
/*
|
||||
* derwin --
|
||||
* Create a new window in the same manner as subwin but (by, bx)
|
||||
|
Loading…
Reference in New Issue
Block a user