remove a todo that we decided not to do
This commit is contained in:
parent
512b03f1b4
commit
062ec8cb97
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue