diff options
author | trav90 <travawine@palemoon.org> | 2018-08-19 23:59:31 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-08-19 23:59:31 -0500 |
commit | d570eb5ffc65cf6a82b323c76721055b5218a58e (patch) | |
tree | 804572e5c2387002427e8cfe5c301c39fe3d36e2 /gfx/gl | |
parent | f36ad080c6f2f13012180dc0ac566893be9020ad (diff) | |
download | uxp-d570eb5ffc65cf6a82b323c76721055b5218a58e.tar.gz |
Remove unused variable
Diffstat (limited to 'gfx/gl')
-rw-r--r-- | gfx/gl/GLContextProviderGLX.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/gl/GLContextProviderGLX.cpp b/gfx/gl/GLContextProviderGLX.cpp index 5560357e11..539520a8ce 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, |