From e7c5f22fb8fb29f1fd40a54ba5b41a485aa7c717 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 11 Sep 2013 18:20:07 +0200 Subject: [PATCH] Core: Remove dead code Change-Id: Ia8d85cb54c96fbca09331df6f5ac360100011dab Reviewed-by: Tobias Hunger --- src/plugins/coreplugin/progressmanager/progressview.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/coreplugin/progressmanager/progressview.cpp b/src/plugins/coreplugin/progressmanager/progressview.cpp index 212bcc60d44..5c843dda11a 100644 --- a/src/plugins/coreplugin/progressmanager/progressview.cpp +++ b/src/plugins/coreplugin/progressmanager/progressview.cpp @@ -35,8 +35,6 @@ using namespace Core; using namespace Core::Internal; -static const int PROGRESS_WIDTH = 100; - ProgressView::ProgressView(QWidget *parent) : QWidget(parent), m_referenceWidget(0), m_hovered(false) {