diff --git a/tests/rigctld.c b/tests/rigctld.c index a89c86d03..c7724f907 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -356,10 +356,6 @@ int main(int argc, char *argv[]) { ptt_type = RIG_PTT_GPIO; } - else if (!strcmp(optarg, "GPION")) - { - ptt_type = RIG_PTT_GPION; - } else if (!strcmp(optarg, "NONE")) { ptt_type = RIG_PTT_NONE;