From 727f50d11e33d8ae66a92bdbf932dbac14d4dcf8 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 14 Feb 2014 16:31:49 +0100 Subject: Remove QT_OPENGLPROXY_DEBUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iac4c5217eca88ac14acca55d19e421d8e33cdb1d Reviewed-by: Jørgen Lind Reviewed-by: Friedemann Kleint --- src/gui/opengl/qopenglproxy_win.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui/opengl') diff --git a/src/gui/opengl/qopenglproxy_win.cpp b/src/gui/opengl/qopenglproxy_win.cpp index 83c3073f63..88f3a1d11d 100644 --- a/src/gui/opengl/qopenglproxy_win.cpp +++ b/src/gui/opengl/qopenglproxy_win.cpp @@ -680,9 +680,6 @@ static HMODULE qgl_loadLib(const char *name, bool warnOnFail = true) QWindowsOpenGL::QWindowsOpenGL() : m_eglLib(0) { - if (qEnvironmentVariableIsSet("QT_OPENGLPROXY_DEBUG")) - QLoggingCategory::setFilterRules(QStringLiteral("qt.gui.openglproxy=true")); - enum RequestedLib { Unknown, Desktop, -- cgit v1.2.3