summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-10-18 14:53:30 +0300
committerOrgad Shaneh <orgads@gmail.com>2015-10-19 08:44:13 +0000
commit5f0e4e4f76dc6a97a96d83f59bce95dbe6c5e14e (patch)
tree2e52d522dacd0d10185bf9886598590c836643ec
parent0cda81a99c24d88601435baedc4199040d055e28 (diff)
downloadqt-creator-5f0e4e4f76dc6a97a96d83f59bce95dbe6c5e14e.tar.gz
ProjectExplorer: Remove unused local variable
Change-Id: Ic098ba98864cc1211358d975e4d14829d92d2ac0 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
-rw-r--r--src/plugins/projectexplorer/compileoutputwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/compileoutputwindow.cpp b/src/plugins/projectexplorer/compileoutputwindow.cpp
index 09cbfe319e..c1efcdd784 100644
--- a/src/plugins/projectexplorer/compileoutputwindow.cpp
+++ b/src/plugins/projectexplorer/compileoutputwindow.cpp
@@ -254,7 +254,6 @@ QList<QWidget *> 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) {