diff --git a/ui/ui_utility.cpp b/ui/ui_utility.cpp index 2b3d6e2..6fdbafe 100644 --- a/ui/ui_utility.cpp +++ b/ui/ui_utility.cpp @@ -31,11 +31,6 @@ void CreateWidgetStateRecursive(not_null target) { if (!target->isWindow()) { CreateWidgetStateRecursive(target->parentWidget()); WidgetCreator::Create(target); -#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) \ - && QT_VERSION < QT_VERSION_CHECK(5, 7, 0) - } else { - WidgetCreator::Create(target); -#endif // Qt >= 5.6 } } }