diff --git a/demos/Makefile.in b/demos/Makefile.in index 59255334..f3f4d759 100644 --- a/demos/Makefile.in +++ b/demos/Makefile.in @@ -111,7 +111,6 @@ NCURSES_TESTS = \ knight \ rain \ tclock \ - view \ worm \ ncurses diff --git a/demos/ncurses_cfg.h b/demos/ncurses_cfg.h index 50008d0b..23ccf3f6 100644 --- a/demos/ncurses_cfg.h +++ b/demos/ncurses_cfg.h @@ -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