src: Misc. cleanup

These macros (and global) haven't been used since
3baba1e7bc
This commit is contained in:
Michael Reed
2015-04-27 22:08:14 -04:00
parent 98b3dc0571
commit 71592a06fd
3 changed files with 0 additions and 18 deletions

View File

@@ -1048,10 +1048,6 @@ EXTERN int typebuf_was_filled INIT(= FALSE); /* received text from client
or from feedkeys() */
#if defined(UNIX)
EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
#endif
#ifdef BACKSLASH_IN_FILENAME
EXTERN char psepc INIT(= '\\'); /* normal path separator character */
EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */