From e008deb88bc6768fd6e85dc0d8d77973a8f83f50 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 4 May 2020 20:49:56 +0000 Subject: 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 --- gfx/thebes/gfxPrefs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gfx/thebes') 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, -- cgit v1.2.3