Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: remove useless line that caused a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Mar 23, 2017
1 parent feea196 commit e9515f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chatlog/textformatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ void TextFormatter::wrapUrl()
*/
QString TextFormatter::applyStyling(bool showFormattingSymbols)
{
message.toHtmlEscaped();
applyHtmlFontStyling(showFormattingSymbols);
wrapUrl();
return message;
Expand Down

0 comments on commit e9515f4

Please sign in to comment.