[pim/kdepim-addons] plugins/messageviewer/bodypartformatter/markdown: Remove Q_UNUSED

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 55bcd242865678c0ba4bfed55002662d47c719c5 by Laurent Montel.
Committed on 16/08/2026 at 15:14.
Pushed by mlaurent into branch 'master'.

Remove Q_UNUSED

M  +0    -1    plugins/messageviewer/bodypartformatter/markdown/textmarkdownplugin.cpp

https://invent.kde.org/pim/kdepim-addons/-/commit/55bcd242865678c0ba4bfed55002662d47c719c5

diff --git a/plugins/messageviewer/bodypartformatter/markdown/textmarkdownplugin.cpp b/plugins/messageviewer/bodypartformatter/markdown/textmarkdownplugin.cpp
index caa23f611..dcd730f57 100644
--- a/plugins/messageviewer/bodypartformatter/markdown/textmarkdownplugin.cpp
+++ b/plugins/messageviewer/bodypartformatter/markdown/textmarkdownplugin.cpp
@@ -28,7 +28,6 @@ class Formatter : public MessageViewer::MessagePartRendererBase
 public:
     bool render(const MimeTreeParser::MessagePartPtr &msgPart, MessageViewer::HtmlWriter *htmlWriter, MessageViewer::RenderContext *context) const override
     {
-        Q_UNUSED(context)
         auto mp = msgPart.dynamicCast<MimeTreeParser::AttachmentMessagePart>();
         if (!mp || context->isHiddenHint(msgPart) || mp->text().isEmpty() || context->displayHint(msgPart) != MimeTreeParser::NoIcon) {
             return false;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.