summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-27 18:13:23 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-27 18:13:23 +0100
commit85b11769ab507c7df93f319fd964fa579701b76b (patch)
treeb4fdc6eb96c888e12159a007610a3d2cbab3f31c /src/term.c
parent4d1961783fdcb133b6b181acb7166b9f1872bf09 (diff)
downloadvim-git-85b11769ab507c7df93f319fd964fa579701b76b.tar.gz
patch 7.4.1433v7.4.1433
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/term.c b/src/term.c
index a97fe5484..d6ba5373b 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1796,16 +1796,6 @@ set_termname(char_u *term)
# endif
#endif /* FEAT_MOUSE */
-#ifdef FEAT_SNIFF
- {
- char_u name[2];
-
- name[0] = (int)KS_EXTRA;
- name[1] = (int)KE_SNIFF;
- add_termcode(name, (char_u *)"\233sniff", FALSE);
- }
-#endif
-
#ifdef USE_TERM_CONSOLE
/* DEFAULT_TERM indicates that it is the machine console. */
if (STRCMP(term, DEFAULT_TERM) != 0)