From d93225aae93b7cb524fb6a008a3f6995b757f2b0 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 3 Dec 2019 19:07:08 +0000 Subject: [PATCH] Remove unneeded forward declarations --- Transceiver/HamlibTransceiver.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Transceiver/HamlibTransceiver.hpp b/Transceiver/HamlibTransceiver.hpp index bcc040d23..fcc17eeb9 100644 --- a/Transceiver/HamlibTransceiver.hpp +++ b/Transceiver/HamlibTransceiver.hpp @@ -10,13 +10,6 @@ #include "TransceiverFactory.hpp" #include "PollingTransceiver.hpp" -extern "C" -{ - typedef struct rig RIG; - struct rig_caps; - typedef int vfo_t; -} - // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class class HamlibTransceiver final : public PollingTransceiver