remove a todo that we decided not to do

This commit is contained in:
adelikat 2019-06-28 20:22:10 -05:00
parent 512b03f1b4
commit 062ec8cb97
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ namespace BizHawk.Client.Common
public void Load(TextReader tr)
{
// TODO: support legacy lag logs that were List<bool>
_lagLog = JsonConvert.DeserializeObject<Dictionary<int, bool>>(tr.ReadLine());
_wasLag = JsonConvert.DeserializeObject<Dictionary<int, bool>>(tr.ReadLine());
}