| 1026 | } |
| 1027 | |
| 1028 | static void |
| 1029 | clear_subtitle_list_settings(GhbValue *settings) |
| 1030 | { |
| 1031 | GhbValue *subtitle_list, *subtitle_search; |
| 1032 | |
| 1033 | subtitle_list = ghb_get_job_subtitle_list(settings); |
| 1034 | subtitle_search = ghb_get_job_subtitle_search(settings); |
| 1035 | ghb_array_reset(subtitle_list); |
| 1036 | ghb_dict_set_bool(subtitle_search, "Enable", 0); |
| 1037 | } |
| 1038 | |
| 1039 | void |
| 1040 | ghb_clear_subtitle_selection (void) |
no test coverage detected