forked from qt-creator/qt-creator
Python: Remove dead code
Change-Id: I31aa1610b548b37f30f3daa353627f9c6418c3c8 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -80,11 +80,6 @@ bool PythonWizardPageFactory::validateData(Id typeId, const QVariant &data, QStr
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
if (!items.isEmpty() && Utils::allOf(items, &validItem))
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
PythonWizardPage::PythonWizardPage()
|
||||
|
||||
Reference in New Issue
Block a user