summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamwidget.cc')
-rw-r--r--src/streamwidget.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/streamwidget.cc b/src/streamwidget.cc
index b7b23dc..b739676 100644
--- a/src/streamwidget.cc
+++ b/src/streamwidget.cc
@@ -109,16 +109,3 @@ bool StreamWidget::timeoutEvent() {
void StreamWidget::executeVolumeUpdate() {
}
-
-
-void StreamWidget::setBaseVolume(pa_volume_t v) {
-
- if (channelMap.channels > 0)
- channelWidgets[channelMap.channels-1]->setBaseVolume(v);
-}
-
-void StreamWidget::setSteps(unsigned n) {
-
- for (int i = 0; i < channelMap.channels; i++)
- channelWidgets[channelMap.channels-1]->setSteps(n);
-}