summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.cc
diff options
context:
space:
mode:
authorLennart Poettering2009-08-27 05:41:11 +0200
committerLennart Poettering2009-08-27 05:41:11 +0200
commit8a11d0f781c283c26942f7cb02fa733df79ff731 (patch)
treefada35a35044d3612d8a58c0a5c6c0593806066c /src/streamwidget.cc
parentonly assume that the minimal volume is silence for devices that can do dB vol... (diff)
downloadpavucontrol-slx-8a11d0f781c283c26942f7cb02fa733df79ff731.tar.gz
pavucontrol-slx-8a11d0f781c283c26942f7cb02fa733df79ff731.tar.xz
pavucontrol-slx-8a11d0f781c283c26942f7cb02fa733df79ff731.zip
fix event sound generation for volume changes
Diffstat (limited to 'src/streamwidget.cc')
-rw-r--r--src/streamwidget.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/streamwidget.cc b/src/streamwidget.cc
index 8817515..2ab5c12 100644
--- a/src/streamwidget.cc
+++ b/src/streamwidget.cc
@@ -69,7 +69,6 @@ void StreamWidget::setChannelMap(const pa_channel_map &m, bool can_decibel) {
for (int i = 0; i < m.channels; i++) {
ChannelWidget *cw = channelWidgets[i] = ChannelWidget::create();
- cw->beepDevice = beepDevice;
cw->channel = i;
cw->can_decibel = can_decibel;
cw->minimalStreamWidget = this;