提交 16c6e697 编写于 作者: J jp9000

UI: Remove unused function from volume control

上级 9ad8e0c5
......@@ -57,17 +57,6 @@ void VolControl::VolumeChanged()
updateText();
}
void VolControl::VolumeLevel(float mag, float peak, float peakHold, bool muted)
{
if (muted) {
mag = 0.0f;
peak = 0.0f;
peakHold = 0.0f;
}
volMeter->setLevels(mag, peak, peakHold);
}
void VolControl::VolumeMuted(bool muted)
{
if (mute->isChecked() != muted)
......
......@@ -94,7 +94,6 @@ private:
private slots:
void VolumeChanged();
void VolumeMuted(bool muted);
void VolumeLevel(float mag, float peak, float peakHold, bool muted);
void SetMuted(bool checked);
void SliderChanged(int vol);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册