forked from aniani/vim
patch 9.0.1403: unused variables and functions
Problem: Unused variables and functions. Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145)
This commit is contained in:
committed by
Bram Moolenaar
parent
d13dd30240
commit
e764d1b421
@@ -5245,15 +5245,6 @@ set_option_flag(int opt_idx, long_u flag)
|
||||
options[opt_idx].flags |= 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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user