Skip to content
Snippets Groups Projects
Commit a19c66b7 authored by trilene's avatar trilene
Browse files

Remove unused variable

parent 2838061f
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ PlaceCall::PlaceCall(const QString &callee,
if (videoBtn_)
layout->addWidget(cameraCombo_);
connect(voiceBtn_, &QPushButton::clicked, this, [this, settings, session]() {
connect(voiceBtn_, &QPushButton::clicked, this, [this, settings]() {
settings->setMicrophone(
QString::fromStdString(microphones_[microphoneCombo_->currentIndex()]));
emit voice();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment