Menus/Sound Options: remove Reverse L/R Channels option

- This literally doesn't work
This commit is contained in:
James R 2024-03-13 22:40:50 -07:00
parent b943d8d088
commit 74a04f0ab0

View file

@ -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},