From a01cf0718d236f21fa183e62c5ca8e89c7d40be2 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:04:54 -0400 Subject: [PATCH] [Cleanup] Remove struct DynamicZoneSafeReturn from zone/entity.h (#3396) # Notes - This is unused. --- zone/entity.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/entity.h b/zone/entity.h index a5b52efe6..4b553cb53 100644 --- a/zone/entity.h +++ b/zone/entity.h @@ -50,7 +50,6 @@ class Raid; class Spawn2; class Trap; -struct DynamicZoneSafeReturn; struct GuildBankItemUpdate_Struct; struct NewSpawn_Struct; struct QGlobal;