1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

HackRF output: removed useless method to set samplerate in the thread

This commit is contained in:
f4exb
2017-08-08 13:12:16 +02:00
parent 8297df0cd9
commit 287bf8120d
3 changed files with 2 additions and 15 deletions
@@ -36,7 +36,6 @@ public:
void startWork();
void stopWork();
void setSamplerate(uint32_t samplerate);
void setLog2Interpolation(unsigned int log2_interp);
private:
@@ -48,7 +47,6 @@ private:
qint8 m_buf[2*HACKRF_BLOCKSIZE];
SampleSourceFifo* m_sampleFifo;
int m_samplerate;
unsigned int m_log2Interp;
Interpolators<qint8, SDR_SAMP_SZ, 8> m_interpolators;