remove some redundant code

This commit is contained in:
adelikat 2020-07-11 15:35:50 -05:00
parent aeaf6aa282
commit d44e96f535
1 changed files with 0 additions and 4 deletions

View File

@ -1462,10 +1462,6 @@ namespace BizHawk.Client.EmuHawk
{ {
EditAnalogProgrammatically(e); EditAnalogProgrammatically(e);
} }
else if (!e.Control && !e.Shift && !e.Alt)
{
}
RefreshDialog(); RefreshDialog();
} }