Ram Search - remove some code that i don't think is necessary with inputroll
This commit is contained in:
parent
109b0fd8fe
commit
6977ac20a1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue