summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_insstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/lib_insstr.c')
-rw-r--r--lib/libncurses/lib_insstr.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/libncurses/lib_insstr.c b/lib/libncurses/lib_insstr.c
deleted file mode 100644
index 6307662..0000000
--- a/lib/libncurses/lib_insstr.c
+++ /dev/null
@@ -1,21 +0,0 @@
-
-/* This work is copyrighted. See COPYRIGHT.OLD & COPYRIGHT.NEW for *
-* details. If they are missing then this copy is in violation of *
-* the copyright conditions. */
-
-/*
-** lib_insstr.c
-**
-** The routine winsnstr().
-**
-*/
-
-#include "curses.priv.h"
-
-int winsnstr(WINDOW *win, char *str, int n)
-{
-
- T(("winsstr(%x,'%x',%d) called", win, str, n));
-
- return OK;
-}
OpenPOWER on IntegriCloud