forked from qt-creator/qt-creator
Debugger: Remove left-over, now unused variable
Change-Id: Ie7829e102f80deaf658a03e748a17ad126973111 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user