Revert "Menu option for music resync"

This reverts commit a210874ae421007d0bc97b827b4e52c9b076cd90.
This commit is contained in:
James R 2019-11-29 03:32:24 -08:00
parent e6eac8cd3d
commit 3ae147b01b

View file

@ -1377,8 +1377,6 @@ static menuitem_t OP_SoundOptionsMenu[] =
{IT_STRING|IT_CVAR, NULL, "Play Music While Unfocused", &cv_playmusicifunfocused, 125},
{IT_STRING|IT_CVAR, NULL, "Play SFX While Unfocused", &cv_playsoundifunfocused, 135},
{IT_STRING|IT_CVAR, NULL, "Music Resynch Threshold (MS)", &cv_music_resync_threshold, 150},
};
static menuitem_t OP_DataOptionsMenu[] =