From 8a11d0f781c283c26942f7cb02fa733df79ff731 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 27 Aug 2009 05:41:11 +0200 Subject: fix event sound generation for volume changes --- src/streamwidget.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/streamwidget.cc') 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; -- cgit