drop reference to beepDevice

This commit is contained in:
Lennart Poettering 2009-09-09 01:06:12 +02:00
parent 8a11d0f781
commit 32d6f81d9d
1 changed files with 0 additions and 1 deletions

View File

@ -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;