Debugger: Remove left-over, now unused variable

Change-Id: Ie7829e102f80deaf658a03e748a17ad126973111
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2024-05-29 15:53:02 +02:00
parent efae651924
commit b6bda47ff9

View File

@@ -151,8 +151,6 @@ public:
private:
void highlightBlock(const QString &text) override
{
using Utils::Theme;
Theme *theme = Utils::creatorTheme();
if (text.size() > 3 && text.at(2) == ':') {
QTextCharFormat format;
format.setForeground(creatorColor(Theme::Debugger_LogWindow_LogTime));