Removed unused variables (#1394)
* Removed unused variables Fixes compiler warning C4189: Local variable is initialized but not referenced * fixed typo
This commit is contained in:
@@ -1128,8 +1128,6 @@ void TwitchMessageBuilder::appendTwitchBadges()
|
||||
return;
|
||||
}
|
||||
|
||||
auto app = getApp();
|
||||
|
||||
auto iterator = this->tags.find("badges");
|
||||
if (iterator == this->tags.end())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user