From 5f0e4e4f76dc6a97a96d83f59bce95dbe6c5e14e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 18 Oct 2015 14:53:30 +0300 Subject: [PATCH] ProjectExplorer: Remove unused local variable Change-Id: Ic098ba98864cc1211358d975e4d14829d92d2ac0 Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/compileoutputwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/projectexplorer/compileoutputwindow.cpp b/src/plugins/projectexplorer/compileoutputwindow.cpp index 09cbfe319ec..c1efcdd7849 100644 --- a/src/plugins/projectexplorer/compileoutputwindow.cpp +++ b/src/plugins/projectexplorer/compileoutputwindow.cpp @@ -254,7 +254,6 @@ QList CompileOutputWindow::toolBarWidgets() const void CompileOutputWindow::appendText(const QString &text, BuildStep::OutputFormat format) { using Utils::Theme; - QPalette p = m_outputWindow->palette(); Theme *theme = Utils::creatorTheme(); QTextCharFormat textFormat; switch (format) {