[AFV] Remove unnecessary functions

This commit is contained in:
Roland Rossgotterer
2019-10-02 10:22:11 +02:00
committed by Mat Sutcliffe
parent ac833910c8
commit 33d125c121

View File

@@ -42,11 +42,6 @@ namespace BlackSound
void setGain(double gain) { m_gain = gain; }
//! @}
//! Temp buffer @{
QVector<float> getTempBuffer() const { return m_tempBuffer; }
void setTempBuffer(const QVector<float> &value) { m_tempBuffer = value; }
//! @}
private:
double m_gain = 1.0;
bool m_looping = false;