Tastudio - remove a todo I decided not to do

This commit is contained in:
adelikat 2014-10-15 17:21:56 +00:00
parent 7eb28577d0
commit 63d07a0160
1 changed files with 0 additions and 2 deletions

View File

@ -981,7 +981,6 @@ namespace BizHawk.Client.EmuHawk
private void DrawInputByDraggingMenuItem_Click(object sender, EventArgs e)
{
// TOOD: integrate this logic into input roll, have it save and load through its own load/save settings methods, Global.Config.TAStudioDrawInput will go away
TasView.InputPaintingMode = Global.Config.TAStudioDrawInput ^= true;
}
@ -990,7 +989,6 @@ namespace BizHawk.Client.EmuHawk
Global.Config.TAStudioEmptyMarkers ^= true;
}
private void AutopauseAtEndMenuItem_Click(object sender, EventArgs e)
{
Global.Config.TAStudioAutoPause ^= true;