Remove redundant code.
This commit is contained in:
parent
80127dcd00
commit
65e4133883
|
@ -80,9 +80,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
_seekingTo = frame;
|
||||
MainForm.PauseOnFrame = int.MaxValue; // This being set is how MainForm knows we are seeking, and controls TurboSeek.
|
||||
|
||||
WasRecording = CurrentTasMovie.IsRecording() || WasRecording;
|
||||
TastudioPlayMode(); // suspend rec mode until seek ends, to allow mouse editing
|
||||
MainForm.UnpauseEmulator();
|
||||
|
||||
if (_seekingTo - _seekStartFrame > 1)
|
||||
|
|
Loading…
Reference in New Issue