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
///