mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Plugin interface: simplify createTxChannel
This commit is contained in:
@@ -101,7 +101,6 @@ public:
|
||||
{ return 0; }
|
||||
|
||||
virtual BasebandSampleSource* createTxChannelBS(
|
||||
const QString& channelName __attribute__((unused)),
|
||||
DeviceSinkAPI *deviceAPI __attribute__((unused)) )
|
||||
{ return 0; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user