From 176b62f327198166c4dc691606d562724ea438b6 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Tue, 10 Apr 2018 13:25:06 +1000 Subject: webassembly: use default opengl backend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaaa9776846ae10f5f4b04f2fd4da52deeac66f0a Reviewed-by: Morten Johan Sørvig --- src/quick/scenegraph/qsgcontextplugin.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/quick/scenegraph/qsgcontextplugin.cpp') diff --git a/src/quick/scenegraph/qsgcontextplugin.cpp b/src/quick/scenegraph/qsgcontextplugin.cpp index 31f1c4c722..628619fa46 100644 --- a/src/quick/scenegraph/qsgcontextplugin.cpp +++ b/src/quick/scenegraph/qsgcontextplugin.cpp @@ -135,9 +135,6 @@ QSGAdaptationBackendData *contextFactory() && !QGuiApplicationPrivate::platformIntegration()->hasCapability(QPlatformIntegration::OpenGL)) { requestedBackend = QString::fromLocal8Bit("software"); } -#ifdef Q_OS_HTML5 - requestedBackend = QString::fromLocal8Bit("software"); -#endif if (!requestedBackend.isEmpty()) { qCDebug(QSG_LOG_INFO, "Loading backend %s", qUtf8Printable(requestedBackend)); -- cgit v1.2.3