Removed empty liveStatusChanged connect signal (#2374)

This commit is contained in:
Paweł 2021-01-18 13:09:14 +01:00 committed by GitHub
parent e48937e0aa
commit 766700adc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,12 +163,6 @@ TwitchChannel::TwitchChannel(const QString &name,
{
qCDebug(chatterinoTwitch) << "[TwitchChannel" << name << "] Opened";
this->liveStatusChanged.connect([this]() {
if (this->isLive() == 1)
{
}
});
this->managedConnect(getApp()->accounts->twitch.currentUserChanged, [=] {
this->setMod(false);
});