summaryrefslogtreecommitdiff
path: root/src/curses/instr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/instr.c')
-rw-r--r--src/curses/instr.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/curses/instr.c b/src/curses/instr.c
deleted file mode 100644
index 62b3826d..00000000
--- a/src/curses/instr.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <curses.h>
-#include "_curses.h"
-
-int winstr(WINDOW * win, char * str)
-{
- return ERR;
-}
-
-CURSES_FUNCTION(int, instr, char *)
-
-/*
-XOPEN(400)
-LINK(curses)
-*/