Remove unused code

This commit is contained in:
Rasmus Karlsson 2018-07-15 11:10:23 +00:00
parent fc5186a499
commit c995e2bf0d

View file

@ -216,11 +216,6 @@ MessagePtr TwitchMessageBuilder::build()
// Actually just text // Actually just text
QString linkString = this->matchLink(string); QString linkString = this->matchLink(string);
auto fontStyle = FontStyle::ChatMedium;
if (string.startsWith('@') && app->settings->enableUsernameBold) {
fontStyle = FontStyle::ChatMediumBold;
}
Link link; Link link;