Removed unused signal in TwitchChannel.

This commit is contained in:
23rd
2018-10-13 17:15:26 +03:00
committed by pajlada
parent 3e268637f0
commit e13d927a4e
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -89,7 +89,6 @@ TwitchChannel::TwitchChannel(const QString &name,
{
log("[TwitchChannel:{}] Opened", name);
this->tabHighlightRequested.connect([](HighlightState state) {});
this->liveStatusChanged.connect([this]() {
if (this->isLive() == 1) {
}