summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-09 01:06:12 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-09 01:06:12 +0200
commit32d6f81d9d0e7f24810c5cbf2b6fdcad08802b9d (patch)
treeb80905093e49107e64dd86aabe5b4ed6285f4d61 /src
parent8a11d0f781c283c26942f7cb02fa733df79ff731 (diff)
drop reference to beepDevice
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 3867237..563a615 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -204,7 +204,6 @@ void MainWindow::updateSink(const pa_sink_info &info) {
w = sinkWidgets[info.index];
else {
sinkWidgets[info.index] = w = SinkWidget::create();
- w->beepDevice = info.name;
w->setChannelMap(info.channel_map, !!(info.flags & PA_SINK_DECIBEL_VOLUME));
sinksVBox->pack_start(*w, false, false, 0);
w->index = info.index;