summaryrefslogtreecommitdiff
path: root/src/curses/border.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/border.c')
-rw-r--r--src/curses/border.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/curses/border.c b/src/curses/border.c
deleted file mode 100644
index 6ee27e68..00000000
--- a/src/curses/border.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <curses.h>
-#include "_curses.h"
-
-int wborder(WINDOW * win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
-{
- return ERR;
-}
-
-CURSES_WFN8(int, border, chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype)
-
-/*
-XOPEN(400)
-LINK(curses)
-*/