CMakeSpecificSettingWidget: Remove unused variable

Change-Id: Ifc1fc41ea9949198504cafe4da12ff582b40ffdd
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Christian Kandeler
2018-10-08 14:46:39 +02:00
parent 5cb95c636d
commit dba4d7f669

View File

@@ -31,8 +31,6 @@
namespace CMakeProjectManager { namespace CMakeProjectManager {
namespace Internal { namespace Internal {
const char PROJECT_TYPE_ICON[] = ":/cmakeproject/images/project_type_settings_icon.png";
CMakeSpecificSettingWidget::CMakeSpecificSettingWidget(QWidget *parent): CMakeSpecificSettingWidget::CMakeSpecificSettingWidget(QWidget *parent):
QWidget(parent) QWidget(parent)
{ {