mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
src: Misc. cleanup
These macros (and global) haven't been used since
3baba1e7bc
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user