aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r--src/nvim/option_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h
index a11ed9188c..7d5cf3aabe 100644
--- a/src/nvim/option_defs.h
+++ b/src/nvim/option_defs.h
@@ -45,7 +45,6 @@ typedef struct {
void *os_varp;
int os_idx;
int os_flags;
- set_op_T os_op;
/// old value of the option (can be a string, number or a boolean)
union {