diff --git a/src/plugins/debugger/logwindow.cpp b/src/plugins/debugger/logwindow.cpp index 7176ce62e2c..a1ca5e30e88 100644 --- a/src/plugins/debugger/logwindow.cpp +++ b/src/plugins/debugger/logwindow.cpp @@ -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));