remove some unused code

This commit is contained in:
adelikat 2020-08-05 20:43:14 -05:00
parent 357d87239b
commit 296b321796
3 changed files with 0 additions and 10 deletions

View File

@ -41,8 +41,6 @@ namespace BizHawk.Client.Common
/// </summary>
public int Count => (_nextStateIndex - _firstStateIndex) & StateMask;
public float FullnessRatio => Used / (float)Size;
/// <summary>
/// total number of bytes used
/// </summary>

View File

@ -994,7 +994,6 @@ namespace BizHawk.Client.EmuHawk
Owner = Owner,
Location = this.ChildPointToScreen(TasView)
}.Show();
UpdateChangesIndicator();
}
private void UpdateStateSettings(ZwinderStateManagerSettings settings)
@ -1013,8 +1012,6 @@ namespace BizHawk.Client.EmuHawk
Text = "Savestate History Settings",
Owner = Owner
}.ShowDialog();
UpdateChangesIndicator();
}
private void CommentsMenuItem_Click(object sender, EventArgs e)

View File

@ -994,11 +994,6 @@ namespace BizHawk.Client.EmuHawk
SplicerStatusLabel.Text = temp;
}
private void UpdateChangesIndicator()
{
// TODO
}
private void DoTriggeredAutoRestoreIfNeeded()
{
if (_triggerAutoRestore)