summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
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 6d35265c2..772029667 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