Full size sound settings

This commit is contained in:
def 2022-03-12 23:45:21 +01:00
parent 4337bcf7de
commit 9518e4413e

View file

@ -1317,7 +1317,6 @@ void CMenus::RenderSettingsGraphics(CUIRect MainView)
void CMenus::RenderSettingsSound(CUIRect MainView)
{
CUIRect Button;
MainView.VSplitMid(&MainView, 0);
static int s_SndEnable = g_Config.m_SndEnable;
static int s_SndRate = g_Config.m_SndRate;