| 736 | |
| 737 | #if 0 // for the future |
| 738 | else if (strcmp(setting, "has_set_trn") == 0) |
| 739 | { |
| 740 | int has = strtol(value, NULL, 0); |
| 741 | |
| 742 | if (!has) { rig->caps->set_trn = NULL; } |
| 743 | } |
| 744 | else if (strcmp(setting, "has_get_trn") == 0) |
| 745 | { |
| 746 | int has = strtol(value, NULL, 0); |
nothing calls this directly
no test coverage detected