Removed view from ncurses_tests build -- it's very badly written, and

boring besides.
This commit is contained in:
William McBrine
2005-12-27 01:11:07 +00:00
parent de243ac3de
commit fb8b614f7d
2 changed files with 1 additions and 10 deletions

View File

@@ -111,7 +111,6 @@ NCURSES_TESTS = \
knight \
rain \
tclock \
view \
worm \
ncurses

View File

@@ -8,7 +8,7 @@
* "make ncurses_tests" to start.
* "make ncurses_clean" when you're done.
*
* Builds: bs gdc hanoi knight rain tclock worm ncurses view
* Builds: bs gdc hanoi knight rain tclock worm ncurses
*/
#include "../config.h"
@@ -30,11 +30,3 @@
*/
#define NCURSES_VERSION PDCURSES
/* A function we don't have, for view.c */
#ifdef HAVE_PROTO
int wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) { return ERR; }
#else
int wchgat(win, n, attr, color, opts) { return ERR; }
#endif