UI: Remove unused function from volume control

This commit is contained in:
jp9000
2017-07-01 18:58:55 -07:00
parent 9ad8e0c5f0
commit 16c6e69722
2 changed files with 0 additions and 12 deletions

View File

@@ -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);