Remove get_vfo permanently from ft891.c

https://github.com/Hamlib/Hamlib/issues/455
pull/468/head
Michael Black W9MDB 2020-12-09 10:31:28 -06:00
rodzic 15958c8aab
commit f4c12adb85
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -192,7 +192,6 @@ const struct rig_caps ft891_caps =
.get_freq = newcat_get_freq,
.set_mode = ft891_set_mode,
.get_mode = newcat_get_mode,
// .get_vfo = newcat_get_vfo,
.set_ptt = newcat_set_ptt,
.get_ptt = newcat_get_ptt,
.set_split_vfo = ft891_set_split_vfo,