summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 0b52c11ee0..d53b6df6d2 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -1884,12 +1884,6 @@ struct exarg
#ifdef FEAT_EVAL
cstack_T *cstack; // condition stack for ":if" etc.
#endif
- long verbose_save; // saved value of p_verbose
- int save_msg_silent; // saved value of msg_silent
- int did_esilent; // how many times emsg_silent was incremented
-#ifdef HAVE_SANDBOX
- int did_sandbox; // when TRUE did ++sandbox
-#endif
};
#define FORCE_BIN 1 // ":edit ++bin file"