summaryrefslogtreecommitdiff
path: root/src/curses/get_wstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/get_wstr.c')
-rw-r--r--src/curses/get_wstr.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/curses/get_wstr.c b/src/curses/get_wstr.c
deleted file mode 100644
index 67e6f71b..00000000
--- a/src/curses/get_wstr.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <curses.h>
-#inlcude <limits.h>
-#include "_curses.h"
-
-int wget_wstr(WINDOW * win, wint_t * wstr)
-{
- return wgetn_wstr(win, wstr, INT_MAX);
-}
-
-CURSES_FUNCTION(int, get_wstr, wint_t *)
-
-/*
-XOPEN(400)
-LINK(curses)
-*/