summaryrefslogtreecommitdiffstats
path: root/src/core/gl_surface_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gl_surface_qt.cpp')
-rw-r--r--src/core/gl_surface_qt.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/gl_surface_qt.cpp b/src/core/gl_surface_qt.cpp
index 86bb4fda9..7596fcaff 100644
--- a/src/core/gl_surface_qt.cpp
+++ b/src/core/gl_surface_qt.cpp
@@ -171,9 +171,6 @@ bool GLSurfaceQtGLX::InitializeOneOff()
if (initialized)
return true;
- // http://crbug.com/245466
- qputenv("force_s3tc_enable", "true");
-
XInitThreads();
g_display = GLContextHelper::getXDisplay();