Remove some unused variables
Leftovers from a zwinder refactor
This commit is contained in:
parent
fa5885d7a1
commit
2c2ed72dc6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue