summaryrefslogtreecommitdiff
path: root/src/term/set_curterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term/set_curterm.c')
-rw-r--r--src/term/set_curterm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/term/set_curterm.c b/src/term/set_curterm.c
deleted file mode 100644
index 5342f05a..00000000
--- a/src/term/set_curterm.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <term.h>
-
-TERMINAL * set_curterm(TERMINAL * nterm)
-{
- return cur_term;
-}
-
-/*
-XOPEN(400)
-LINK(curses)
-*/