From 74a04f0ab0e30fa55705b2d0bf1db97fc38916ae Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 13 Mar 2024 22:40:50 -0700 Subject: [PATCH] Menus/Sound Options: remove Reverse L/R Channels option - This literally doesn't work --- src/menus/options-sound.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/menus/options-sound.cpp b/src/menus/options-sound.cpp index 716ee5752..521d2b8c2 100644 --- a/src/menus/options-sound.cpp +++ b/src/menus/options-sound.cpp @@ -244,9 +244,6 @@ menuitem_t OPTIONS_Sound[] = {IT_HEADER, "Advanced...", NULL, NULL, {NULL}, 0, 0}, - {IT_STRING | IT_CVAR, "Reverse L/R Channels", "Reverse left & right channels for Stereo playback.", - NULL, {.cvar = &stereoreverse}, 0, 0}, - {IT_STRING | IT_CVAR, "Hear Tabbed-out", "Keep playing game audio when the window is out of focus (FOCUS LOST).", NULL, {.cvar = &cv_bgaudio}, 0, 0},