From e80ae1a5d743eeccbc95c6d2792b848318efb432 Mon Sep 17 00:00:00 2001
From: BynariStar <BynariStar@users.noreply.github.com>
Date: Tue, 3 Jul 2018 01:26:54 +0300
Subject: [PATCH] citra_qt: Remove obsolete application attribute

As of Qt 5 Qt::AA_X11InitThreads no longer does anything.

See http://doc.qt.io/qt-5/qt.html
---
 src/citra_qt/main.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index ff16a0006..e9dc60d72 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -1446,7 +1446,6 @@ int main(int argc, char* argv[]) {
     QCoreApplication::setOrganizationName("Citra team");
     QCoreApplication::setApplicationName("Citra");
 
-    QApplication::setAttribute(Qt::AA_X11InitThreads);
     QApplication app(argc, argv);
 
     // Qt changes the locale and causes issues in float conversion using std::to_string() when