remove no longer used Watch.IsOutOfRange

This commit is contained in:
adelikat 2020-03-01 16:23:02 -06:00
parent b4cbca0156
commit ff836b7089
1 changed files with 0 additions and 6 deletions

View File

@ -616,12 +616,6 @@ namespace BizHawk.Client.Common
}
}
/// <summary>
/// Gets a value indicating whether the current address is
/// within in the range of current <see cref="MemoryDomain"/>
/// </summary>
public bool IsOutOfRange => !IsSeparator && _domain.Size != 0 && Address >= _domain.Size;
/// <summary>
/// Gets a value that defined if the current <see cref="Watch"/> is actually a <see cref="SeparatorWatch"/>
/// </summary>