summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-06 15:06:19 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-06 15:06:19 +0100
commit946acdac5b4e334f816e78f7876bde9d97b3d96a (patch)
treebfe5fcd2df143a037986c399a192e20b7da817fe /src/feature.h
parentdf0d24b62742edd3ea73795b96a771501e642970 (diff)
patch 8.0.1580: FEAT_CURSORBIND and FEAT_SCROLLBIND are unusedv8.0.1580
Problem: FEAT_CURSORBIND and FEAT_SCROLLBIND are unused. Solution: Delete them.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/feature.h b/src/feature.h
index 6d35265c28..772029667f 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -696,20 +696,6 @@
#endif
/*
- * +scrollbind synchronization of split windows
- */
-#if defined(FEAT_NORMAL)
-# define FEAT_SCROLLBIND
-#endif
-
-/*
- * +cursorbind synchronization of split windows
- */
-#if defined(FEAT_NORMAL)
-# define FEAT_CURSORBIND
-#endif
-
-/*
* +menu ":menu" command
*/
#ifdef FEAT_NORMAL