mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[AFV] Remove unnecessary functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
ac833910c8
commit
33d125c121
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user