summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 5b8ea475..b53a5761 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -137,15 +137,6 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent) activeCallBar_->hide(); connect( &callManager_, &CallManager::newCallParty, activeCallBar_, &ActiveCallBar::setCallParty); - connect(&WebRTCSession::instance(), - &WebRTCSession::stateChanged, - this, - [this](WebRTCSession::State state) { - if (state == WebRTCSession::State::DISCONNECTED) - activeCallBar_->hide(); - else - activeCallBar_->show(); - }); // Splitter splitter->addWidget(sideBar_);