Fix merge issue

duplicate function
This commit is contained in:
ShinobiWannabe 2019-07-15 23:00:41 -04:00
parent 8c2eb9cd57
commit 3edd6600be
1 changed files with 0 additions and 11 deletions

View File

@ -377,12 +377,6 @@ namespace BizHawk.Client.EmuHawk
public int LastFrameAdvanced { get; set; }
#endregion
public bool HasFrameAdvanced()
{
//If the emulator frame is different from the last time it tried calling
//the function then we can continue, otherwise we need to stop.
return LastFrameAdvanced != Emulator.Frame;
}
#region IToolForm Implementation
public bool UpdateBefore { get { return true; } }
@ -1363,11 +1357,6 @@ namespace BizHawk.Client.EmuHawk
this._comparisonBotAttempt.TieBreak3 = (int)numericUpDown.Value;
}
private void btnCopyBestInput_Click(object sender, EventArgs e)
{
Clipboard.SetText(BestAttemptLogLabel.Text);
}
//Copy to Clipboard
private void btnCopyBestInput_Click(object sender, EventArgs e)
{