Remove local variables that are not referenced

This commit is contained in:
mmb L
2021-11-27 21:27:01 +08:00
committed by pajlada
parent 7d350adfeb
commit ec966a1791
5 changed files with 0 additions and 7 deletions
@@ -951,8 +951,6 @@ QString CommandController::execCommand(const QString &textNoEmoji,
}
}
auto *twitchChannel = dynamic_cast<TwitchChannel *>(channel.get());
{
// check if user command exists
const auto it = this->userCommands_.find(commandName);