Comment out unused field

was assigned to before refactor in fc92d3c63
This commit is contained in:
YoshiRulz 2020-11-21 11:24:57 +10:00
parent 0b8e4ab6b1
commit 641db1bcd7
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,10 @@ namespace BizHawk.Client.EmuHawk
}
}
private bool _blockScroll;
// private bool _blockScroll;
private void DisassemblerView_Scroll(object sender, EventArgs e)
{
if (_blockScroll) { return; }
// if (_blockScroll) { return; }
// is this still needed?
}