From ff836b7089cd9fff9c664a3b075a4f24216b7a78 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 1 Mar 2020 16:23:02 -0600 Subject: [PATCH] remove no longer used Watch.IsOutOfRange --- BizHawk.Client.Common/tools/Watch/Watch.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/BizHawk.Client.Common/tools/Watch/Watch.cs b/BizHawk.Client.Common/tools/Watch/Watch.cs index 0753f32bb1..320dadd29a 100644 --- a/BizHawk.Client.Common/tools/Watch/Watch.cs +++ b/BizHawk.Client.Common/tools/Watch/Watch.cs @@ -616,12 +616,6 @@ namespace BizHawk.Client.Common } } - /// - /// Gets a value indicating whether the current address is - /// within in the range of current - /// - public bool IsOutOfRange => !IsSeparator && _domain.Size != 0 && Address >= _domain.Size; - /// /// Gets a value that defined if the current is actually a ///