drop reference to beepDevice
This commit is contained in:
parent
8a11d0f781
commit
32d6f81d9d
|
@ -204,7 +204,6 @@ void MainWindow::updateSink(const pa_sink_info &info) {
|
||||||
w = sinkWidgets[info.index];
|
w = sinkWidgets[info.index];
|
||||||
else {
|
else {
|
||||||
sinkWidgets[info.index] = w = SinkWidget::create();
|
sinkWidgets[info.index] = w = SinkWidget::create();
|
||||||
w->beepDevice = info.name;
|
|
||||||
w->setChannelMap(info.channel_map, !!(info.flags & PA_SINK_DECIBEL_VOLUME));
|
w->setChannelMap(info.channel_map, !!(info.flags & PA_SINK_DECIBEL_VOLUME));
|
||||||
sinksVBox->pack_start(*w, false, false, 0);
|
sinksVBox->pack_start(*w, false, false, 0);
|
||||||
w->index = info.index;
|
w->index = info.index;
|
||||||
|
|
Loading…
Reference in New Issue