| 191 | } |
| 192 | |
| 193 | static int do_clear_default(hb_value_t *preset, preset_do_context_t *ctx) |
| 194 | { |
| 195 | hb_dict_set(preset, "Default", hb_value_bool(0)); |
| 196 | return PRESET_DO_NEXT; |
| 197 | } |
| 198 | |
| 199 | static int do_find_default(hb_value_t *preset, preset_do_context_t *ctx) |
| 200 | { |
nothing calls this directly
no test coverage detected