summaryrefslogtreecommitdiffstats
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/option.c b/src/option.c
index 870182b90c..a2ab5c6663 100644
--- a/src/option.c
+++ b/src/option.c
@@ -5246,15 +5246,6 @@ set_option_flag(int opt_idx, long_u flag)
}
/*
- * Clear a flag for the option at 'opt_idx'.
- */
- void
-clear_option_flag(int opt_idx, long_u flag)
-{
- options[opt_idx].flags &= ~flag;
-}
-
-/*
* Returns TRUE if the option at 'opt_idx' is a global option
*/
int