Remove some unused variables

Leftovers from a zwinder refactor
This commit is contained in:
nattthebear 2020-07-03 11:48:51 -04:00
parent fa5885d7a1
commit 2c2ed72dc6
1 changed files with 0 additions and 9 deletions

View File

@ -48,15 +48,6 @@ namespace BizHawk.Client.Common
/// <value></value>
public long Size => _buffer.Size;
private readonly int _targetFrameLength;
private struct StateInfo
{
public long Start;
public int Size;
public int Frame;
}
/// <summary>
/// TODO: This is not a frequency, it's the reciprocal
/// </summary>