From d5ac01b5935f7b057f337cfd316d886dce3266a4 Mon Sep 17 00:00:00 2001 From: Charmed Baryon Date: Thu, 22 Sep 2022 14:16:25 -0700 Subject: [PATCH] Remove undefined `ExtraDataList` functions which were removed upstream. --- include/RE/E/ExtraDataList.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/RE/E/ExtraDataList.h b/include/RE/E/ExtraDataList.h index c57d9985d..0fbf25bc2 100644 --- a/include/RE/E/ExtraDataList.h +++ b/include/RE/E/ExtraDataList.h @@ -186,11 +186,8 @@ namespace RE TESObjectREFR* GetLinkedRef(BGSKeyword* a_keyword); TESForm* GetOwner(); SOUL_LEVEL GetSoulLevel() const; - ObjectRefHandle GetTeleportLinkedDoor(); void SetExtraFlags(ExtraFlags::Flag a_flags, bool a_enable); - void SetHeadingTargetRefHandle(ObjectRefHandle& a_handle); void SetInventoryChanges(InventoryChanges* a_changes); - void SetLinkedRef(TESObjectREFR* a_targetRef, BGSKeyword* a_keyword); void SetOwner(TESForm* a_owner); private: