diff --git a/src/BizHawk.Client.Common/rewind/Zwinder.cs b/src/BizHawk.Client.Common/rewind/Zwinder.cs
index e15c89f778..2c131b37ba 100644
--- a/src/BizHawk.Client.Common/rewind/Zwinder.cs
+++ b/src/BizHawk.Client.Common/rewind/Zwinder.cs
@@ -48,15 +48,6 @@ namespace BizHawk.Client.Common
///
public long Size => _buffer.Size;
- private readonly int _targetFrameLength;
-
- private struct StateInfo
- {
- public long Start;
- public int Size;
- public int Frame;
- }
-
///
/// TODO: This is not a frequency, it's the reciprocal
///