Remove now-unused backing field

fixes e5e187982
This commit is contained in:
YoshiRulz 2021-06-09 02:01:51 +10:00
parent 77bbd6b24e
commit eaff9274cb
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 4 deletions

View File

@ -283,10 +283,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
[DefaultValue(true)]
public bool DisplayWindow { get; set; }
[JsonIgnore]
[DeepEqualsIgnore]
private FrameLengthType _frameLength;
public GambatteSyncSettings()
{
SettingsUtil.SetDefaultValues(this);