mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Fixed -Wunused-parameter warnings
This commit is contained in:
@@ -91,10 +91,6 @@ void PacketModSource::pullOne(Sample& sample)
|
||||
sample.m_imag = (FixReal) (ci.imag() * SDR_TX_SCALEF);
|
||||
}
|
||||
|
||||
void PacketModSource::prefetch(unsigned int nbSamples)
|
||||
{
|
||||
}
|
||||
|
||||
void PacketModSource::sampleToSpectrum(Real sample)
|
||||
{
|
||||
if (m_spectrumSink)
|
||||
|
||||
Reference in New Issue
Block a user