remove unused method

This commit is contained in:
adelikat 2020-07-02 13:30:28 -05:00
parent 82ae83919a
commit be2ba08c10
1 changed files with 0 additions and 11 deletions

View File

@ -2649,17 +2649,6 @@ namespace BizHawk.Client.EmuHawk
AddOnScreenMessage($"Display Vsync set to {(Config.VSync ? "on" : "off")}");
}
private static bool StateErrorAskUser(string title, string message)
{
var result = MessageBox.Show(
message,
title,
MessageBoxButtons.YesNo,
MessageBoxIcon.Question);
return result == DialogResult.Yes;
}
private void FdsInsertDiskMenuAdd(string name, string button, string msg)
{
FDSControlsMenuItem.DropDownItems.Add(name, null, (sender, e) =>