summaryrefslogtreecommitdiffstats
path: root/gfx/thebes
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-04 20:49:56 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-04 20:49:56 +0000
commit6980b807916490eff6ee7a6791129ef5d76a118e (patch)
treecbf3ec27d288cdcfff16237fdbc783ab6f04a92b /gfx/thebes
parentca826767f07eb3b463f660b94f9416ecb5065611 (diff)
downloadUXP-6980b807916490eff6ee7a6791129ef5d76a118e.tar
UXP-6980b807916490eff6ee7a6791129ef5d76a118e.tar.gz
UXP-6980b807916490eff6ee7a6791129ef5d76a118e.tar.lz
UXP-6980b807916490eff6ee7a6791129ef5d76a118e.tar.xz
UXP-6980b807916490eff6ee7a6791129ef5d76a118e.zip
Issue #1450 - Remove NVidia 3D-Vision utils
Legacy, unmaintained and untested D3D9 stereo output behind a hidden pref that nobody ever uses... :P 'nuf said. Resolves #1450
Diffstat (limited to 'gfx/thebes')
-rw-r--r--gfx/thebes/gfxPrefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPrefs.h b/gfx/thebes/gfxPrefs.h
index d02f15699..c38352c0d 100644
--- a/gfx/thebes/gfxPrefs.h
+++ b/gfx/thebes/gfxPrefs.h
@@ -511,7 +511,6 @@ private:
DECL_GFX_PREF(Live, "layers.progressive-paint", ProgressivePaint, bool, false);
DECL_GFX_PREF(Live, "layers.shared-buffer-provider.enabled", PersistentBufferProviderSharedEnabled, bool, false);
DECL_GFX_PREF(Live, "layers.single-tile.enabled", LayersSingleTileEnabled, bool, true);
- DECL_GFX_PREF(Once, "layers.stereo-video.enabled", StereoVideoEnabled, bool, false);
// We allow for configurable and rectangular tile size to avoid wasting memory on devices whose
// screen size does not align nicely to the default tile size. Although layers can be any size,