summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglproxy_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qopenglproxy_win.cpp')
-rw-r--r--src/gui/opengl/qopenglproxy_win.cpp3
1 files changed, 0 insertions, 3 deletions
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,