summaryrefslogtreecommitdiff
path: root/gfx/gl/GLLibraryEGL.cpp
diff options
context:
space:
mode:
authorGpower2 <arslanoglou.georgios@gmail.com>2016-10-07 12:11:48 +0300
committerGpower2 <arslanoglou.georgios@gmail.com>2016-10-07 12:11:48 +0300
commit8fc29168af14ed8c1e91ae4697f5506e1509ccbf (patch)
treec3dc89957605cb7ecbb04bc601abe43e46902c8a /gfx/gl/GLLibraryEGL.cpp
parent16d18d843fdbab5ba812b7e4db31ce235579a3f7 (diff)
downloadpalemoon-gre-8fc29168af14ed8c1e91ae4697f5506e1509ccbf.tar.gz
Remove d3dcompiler_43 from build system
- Remove MOZ_FOUND_BOTH_D3D_COMPILERS and MOZ_REQUIRE_ALL_D3DCS - Remove --enable-require-all-d3dc-versions , require-all-d3dc-versions and --enable-require-all-d3dc-versions - Remove MOZ_D3DCOMPILER_XP_DLL, MOZ_D3DCOMPILER_XP_CAB and DMOZ_D3DCOMPILER_XP_DLL
Diffstat (limited to 'gfx/gl/GLLibraryEGL.cpp')
-rw-r--r--gfx/gl/GLLibraryEGL.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp
index 0607dd4b7..461dcd01b 100644
--- a/gfx/gl/GLLibraryEGL.cpp
+++ b/gfx/gl/GLLibraryEGL.cpp
@@ -146,11 +146,6 @@ GLLibraryEGL::EnsureInitialized()
break;
#endif
-#ifdef MOZ_D3DCOMPILER_XP_DLL
- if (LoadLibraryForEGLOnWindows(NS_LITERAL_STRING(NS_STRINGIFY(MOZ_D3DCOMPILER_XP_DLL))))
- break;
-#endif
-
MOZ_ASSERT(false, "d3dcompiler DLL loading failed.");
} while (false);