summaryrefslogtreecommitdiffstats
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/option.c b/src/option.c
index 936906649d..71b71ba53c 100644
--- a/src/option.c
+++ b/src/option.c
@@ -2782,11 +2782,6 @@ set_bool_option(
p_lrm = !p_lnr;
#endif
-#ifdef FEAT_SYN_HL
- else if ((int *)varp == &curwin->w_p_cul && !value && old_value)
- reset_cursorline();
-#endif
-
#ifdef FEAT_PERSISTENT_UNDO
// 'undofile'
else if ((int *)varp == &curbuf->b_p_udf || (int *)varp == &p_udf)