summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.cc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-27 05:41:11 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-27 05:41:11 +0200
commit8a11d0f781c283c26942f7cb02fa733df79ff731 (patch)
treefada35a35044d3612d8a58c0a5c6c0593806066c /src/streamwidget.cc
parent5143fa8dae53448f9b777b848f1026515d1ce247 (diff)
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;