diff --git a/curspriv.h b/curspriv.h index 0fcdd4a4..da43675a 100644 --- a/curspriv.h +++ b/curspriv.h @@ -15,7 +15,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curspriv.h,v 1.96 2006/07/18 11:25:46 wmcbrine Exp $ */ +/* $Id: curspriv.h,v 1.97 2006/07/18 11:30:27 wmcbrine Exp $ */ /* CURSPRIV.H @@ -55,7 +55,6 @@ struct cttyset extern struct cttyset c_sh_tty; /* tty modes for shell_mode */ extern struct cttyset c_pr_tty; /* tty modes for prog_mode */ extern struct cttyset c_save_tty; -extern struct cttyset c_save_trm; /* tracing flag */ extern bool trace_on; diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index 2cd1cff0..c9906878 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -38,7 +38,7 @@ # undef wnoutrefresh #endif -RCSID("$Id: initscr.c,v 1.57 2006/07/17 21:45:15 wmcbrine Exp $"); +RCSID("$Id: initscr.c,v 1.58 2006/07/18 11:30:28 wmcbrine Exp $"); const char *_curses_notice = "PDCurses 3.0 - Public Domain 2006"; @@ -66,7 +66,6 @@ WINDOW *_getch_win_ = NULL; struct cttyset c_sh_tty = {0}; /* tty modes for def_shell_mode */ struct cttyset c_pr_tty = {0}; /* tty modes for def_prog_mode */ struct cttyset c_save_tty = {0}; -struct cttyset c_save_trm = {0}; #ifdef PDC_WIDE cchar_t _wacs_map[] = {