mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Remove unneeded forward declarations
This commit is contained in:
parent
8e66dcfa36
commit
d93225aae9
@ -10,13 +10,6 @@
|
|||||||
#include "TransceiverFactory.hpp"
|
#include "TransceiverFactory.hpp"
|
||||||
#include "PollingTransceiver.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
|
// hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
|
||||||
class HamlibTransceiver final
|
class HamlibTransceiver final
|
||||||
: public PollingTransceiver
|
: public PollingTransceiver
|
||||||
|
Loading…
Reference in New Issue
Block a user