mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove unused code
This commit is contained in:
parent
fc5186a499
commit
c995e2bf0d
1 changed files with 0 additions and 5 deletions
|
@ -216,11 +216,6 @@ MessagePtr TwitchMessageBuilder::build()
|
|||
|
||||
// Actually just text
|
||||
QString linkString = this->matchLink(string);
|
||||
auto fontStyle = FontStyle::ChatMedium;
|
||||
|
||||
if (string.startsWith('@') && app->settings->enableUsernameBold) {
|
||||
fontStyle = FontStyle::ChatMediumBold;
|
||||
}
|
||||
|
||||
Link link;
|
||||
|
||||
|
|
Loading…
Reference in a new issue