diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index d4c2c5091..1747562c7 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -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); });