From f4c12adb850c8717812aeeb749d26762677923e6 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Wed, 9 Dec 2020 10:31:28 -0600 Subject: [PATCH] Remove get_vfo permanently from ft891.c https://github.com/Hamlib/Hamlib/issues/455 --- rigs/yaesu/ft891.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rigs/yaesu/ft891.c b/rigs/yaesu/ft891.c index 74120e4a7..1c4b3c7df 100644 --- a/rigs/yaesu/ft891.c +++ b/rigs/yaesu/ft891.c @@ -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,