diff --git a/HamlibTransceiver.cpp b/HamlibTransceiver.cpp index 165ec4575..eebcdda4e 100644 --- a/HamlibTransceiver.cpp +++ b/HamlibTransceiver.cpp @@ -772,8 +772,11 @@ void HamlibTransceiver::poll () update_split (false); } - else if (-RIG_ENAVAIL == rc || -RIG_ENIMPL == rc) // Some rigs (Icom) don't have a way of reporting SPLIT mode + else { + // Some rigs (Icom) don't have a way of reporting SPLIT + // mode + #if WSJT_TRACE_CAT && WSJT_TRACE_CAT_POLLS qDebug () << "HamlibTransceiver::poll rig_get_split_vfo can't do on this rig"; #endif @@ -781,10 +784,6 @@ void HamlibTransceiver::poll () // just report how we see it based on prior commands split_query_works_ = false; } - else - { - error_check (rc, tr ("getting split TX VFO")); - } } if (RIG_PTT_NONE != rig_->state.pttport.type.ptt && rig_->caps->get_ptt)