From 935f7fa7cb4766183add39f6c7b4651e34dd5800 Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Sat, 3 Apr 2021 12:12:39 +1100 Subject: [PATCH] remove hasvalue from lazyrow --- src/Lumina/Excel/LazyRow.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Lumina/Excel/LazyRow.cs b/src/Lumina/Excel/LazyRow.cs index 109bd1e7..9757a5b5 100644 --- a/src/Lumina/Excel/LazyRow.cs +++ b/src/Lumina/Excel/LazyRow.cs @@ -87,16 +87,6 @@ public T Value /// public ExcelRow RawRow => Value; - /// - /// Checks whether something has loaded successfully. - /// - /// - /// If something fails to load, this will still be false regardless. - /// - [Obsolete( "Use IsValueCreated instead - HasValue is too ambiguous" )] - public bool HasValue => _value != null; - - /// /// Checks whether something has loaded successfully. ///