From 074b67706b6e5e436f07dc77af460f3e7cd7bc72 Mon Sep 17 00:00:00 2001 From: spycrab Date: Mon, 9 Jul 2018 10:03:13 +0200 Subject: [PATCH] Qt/Main: Remove redundant version check --- Source/Core/DolphinQt/Main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/DolphinQt/Main.cpp b/Source/Core/DolphinQt/Main.cpp index 7f743cc91e..16fe3a1a22 100644 --- a/Source/Core/DolphinQt/Main.cpp +++ b/Source/Core/DolphinQt/Main.cpp @@ -87,10 +87,7 @@ int main(int argc, char* argv[]) } #endif -#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); -#endif - QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QCoreApplication::setOrganizationName(QStringLiteral("Dolphin Emulator")); QCoreApplication::setOrganizationDomain(QStringLiteral("dolphin-emu.org"));