summaryrefslogtreecommitdiff
path: root/src/curses/chgat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/chgat.c')
-rw-r--r--src/curses/chgat.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/curses/chgat.c b/src/curses/chgat.c
deleted file mode 100644
index 9a3398aa..00000000
--- a/src/curses/chgat.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <curses.h>
-#include "_curses.h"
-
-int wchgat(WINDOW * win, int n, attr_t attr, short color, const void * opts)
-{
- return ERR;
-}
-
-CURSES_FUNCTION4(int, chgat, int, attr_t, short, const void *)
-
-/*
-XOPEN(400)
-LINK(curses)
-*/