diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-18 00:17:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-18 01:17:23 +0000 |
commit | fd2dc662659c5879a7abe614ab092a4eba17eb7c (patch) | |
tree | d5399cea4a549c0dd0ca98f9deadd3d46c315253 /gfx/layers/moz.build | |
parent | 5a5ed442f58479f8838ff208143c92e489e20e3b (diff) | |
download | aura-central-fd2dc662659c5879a7abe614ab092a4eba17eb7c.tar.gz |
Issue %3037 - Part 3: Remove the Direct3D9 compositor.
Diffstat (limited to 'gfx/layers/moz.build')
-rw-r--r-- | gfx/layers/moz.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gfx/layers/moz.build b/gfx/layers/moz.build index 1a4852920..d2b5b92f2 100644 --- a/gfx/layers/moz.build +++ b/gfx/layers/moz.build @@ -55,19 +55,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': EXPORTS.mozilla.layers += [ 'TextureDIB.h', ] - if CONFIG['MOZ_ENABLE_D3D9_LAYER']: - EXPORTS += [ - 'd3d9/DeviceManagerD3D9.h', - ] - EXPORTS.mozilla.layers += [ - 'd3d9/CompositorD3D9.h', - 'd3d9/TextureD3D9.h', - ] - SOURCES += [ - 'd3d9/CompositorD3D9.cpp', - 'd3d9/DeviceManagerD3D9.cpp', - 'd3d9/TextureD3D9.cpp', - ] if CONFIG['MOZ_ENABLE_D3D10_LAYER']: EXPORTS.mozilla.layers += [ 'd3d11/CompositorD3D11.h', |