From d075d61a70017dc06cd3e802cb88225dee2c3e55 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Mon, 11 May 2026 11:44:26 +0200 Subject: [PATCH] Remove unused variable --- Utilities/stereo_config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Utilities/stereo_config.cpp b/Utilities/stereo_config.cpp index 01b1fdfab9..186b8ef5e3 100644 --- a/Utilities/stereo_config.cpp +++ b/Utilities/stereo_config.cpp @@ -96,7 +96,6 @@ void stereo_config::update_from_config(bool stereo_enabled) if (m_stereo_mode == stereo_render_mode_options::anaglyph_custom) { - stereo_config::stereo_matrices custom_matrices {}; stereo_config::convert_matrix(m_custom_matrices.left, g_cfg.video.custom_anaglyph_matrices.left.get_map()); stereo_config::convert_matrix(m_custom_matrices.right, g_cfg.video.custom_anaglyph_matrices.right.get_map()); }