refactor(options): remove os_op

This commit is contained in:
Famiu Haque
2023-10-11 18:03:22 +06:00
parent 5df4fdf253
commit 36e4901cbd
3 changed files with 3 additions and 7 deletions

View File

@@ -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 {