diff --git a/src/plugins/python/pythonwizardpage.cpp b/src/plugins/python/pythonwizardpage.cpp index 9243a6375f3..1b5798f1733 100644 --- a/src/plugins/python/pythonwizardpage.cpp +++ b/src/plugins/python/pythonwizardpage.cpp @@ -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()