Ram Search - remove some code that i don't think is necessary with inputroll

This commit is contained in:
adelikat 2019-10-18 21:21:44 -05:00
parent 109b0fd8fe
commit 6977ac20a1
1 changed files with 0 additions and 6 deletions

View File

@ -1747,12 +1747,6 @@ namespace BizHawk.Client.EmuHawk
private void WatchListView_SelectedIndexChanged(object sender, EventArgs e)
{
// InputRoll todo - do we need this?
//if (WatchListView.SelectAllInProgress)
//{
// return;
//}
RemoveToolBarItem.Enabled =
AddToRamWatchToolBarItem.Enabled =
SelectedIndices.Any();