From 20a76720084c7bea14c832aa1228300b86c9f5f7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 20 May 2021 18:46:52 +0200 Subject: [PATCH] Remove dead code --- imports/NeoChat/Component/Timeline/TextDelegate.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/imports/NeoChat/Component/Timeline/TextDelegate.qml b/imports/NeoChat/Component/Timeline/TextDelegate.qml index 23d3dfa4f..61b9109bb 100644 --- a/imports/NeoChat/Component/Timeline/TextDelegate.qml +++ b/imports/NeoChat/Component/Timeline/TextDelegate.qml @@ -38,8 +38,6 @@ a{ color: " + Kirigami.Theme.linkColor + "; text-decoration: none; } - -.user-pill{} " + (isEmote ? "* " + author.displayName + " " : "") + textMessage + (isEdited ? (" " + "" + i18n(" (edited)") + "") : "") color: Kirigami.Theme.textColor