Remove unnecessary check from netrigctl.c

https://github.com/Hamlib/Hamlib/issues/1155
pull/1215/head
Mike Black W9MDB 2023-01-06 16:41:45 -06:00
rodzic 4a487ffdcc
commit 79255fa27c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -824,7 +824,6 @@ static int netrigctl_open(RIG *rig)
if (n == 2)
{
if (agc_code == RIG_AGC_OFF) { p = strtok(NULL, " "); continue; } ;
rig->caps->agc_levels[i++] = agc_code;
rig->caps->agc_level_count++;
rig_debug(RIG_DEBUG_VERBOSE, "%s: rig has agc code=%d, level=%s\n", __func__,