mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed empty liveStatusChanged connect signal (#2374)
This commit is contained in:
parent
e48937e0aa
commit
766700adc8
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue