File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ static int conf_choice(struct menu *menu)
551
551
print_help (child );
552
552
continue ;
553
553
}
554
- sym_set_choice_value ( sym , child -> sym );
554
+ sym_set_tristate_value ( child -> sym , yes );
555
555
for (child = child -> list ; child ; child = child -> next ) {
556
556
indent += 2 ;
557
557
conf (child );
Original file line number Diff line number Diff line change @@ -123,11 +123,6 @@ static inline struct symbol *sym_get_choice_value(struct symbol *sym)
123
123
return (struct symbol * )sym -> curr .val ;
124
124
}
125
125
126
- static inline bool sym_set_choice_value (struct symbol * ch , struct symbol * chval )
127
- {
128
- return sym_set_tristate_value (chval , yes );
129
- }
130
-
131
126
static inline bool sym_is_choice (struct symbol * sym )
132
127
{
133
128
return sym -> flags & SYMBOL_CHOICE ? true : false;
You can’t perform that action at this time.
0 commit comments