summaryrefslogtreecommitdiffstats
path: root/gfx/gl
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-08-19 23:59:31 -0500
committertrav90 <travawine@palemoon.org>2018-08-19 23:59:31 -0500
commitd570eb5ffc65cf6a82b323c76721055b5218a58e (patch)
tree804572e5c2387002427e8cfe5c301c39fe3d36e2 /gfx/gl
parentf36ad080c6f2f13012180dc0ac566893be9020ad (diff)
downloadUXP-d570eb5ffc65cf6a82b323c76721055b5218a58e.tar
UXP-d570eb5ffc65cf6a82b323c76721055b5218a58e.tar.gz
UXP-d570eb5ffc65cf6a82b323c76721055b5218a58e.tar.lz
UXP-d570eb5ffc65cf6a82b323c76721055b5218a58e.tar.xz
UXP-d570eb5ffc65cf6a82b323c76721055b5218a58e.zip
Remove unused variable
Diffstat (limited to 'gfx/gl')
-rw-r--r--gfx/gl/GLContextProviderGLX.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/gl/GLContextProviderGLX.cpp b/gfx/gl/GLContextProviderGLX.cpp
index 5560357e1..539520a8c 100644
--- a/gfx/gl/GLContextProviderGLX.cpp
+++ b/gfx/gl/GLContextProviderGLX.cpp
@@ -80,7 +80,6 @@ GLXLibrary::EnsureInitialized()
if (!mOGLLibrary) {
const char* libGLfilename = nullptr;
- bool forceFeatureReport = false;
// see e.g. bug 608526: it is intrinsically interesting to know whether we have dynamically linked to libGL.so.1
// because at least the NVIDIA implementation requires an executable stack, which causes mprotect calls,