From fb8b614f7d2aef59a6d2858ee8ad500c8bd31028 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 27 Dec 2005 01:11:07 +0000 Subject: [PATCH] Removed view from ncurses_tests build -- it's very badly written, and boring besides. --- demos/Makefile.in | 1 - demos/ncurses_cfg.h | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) 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