From a470931fddcfcba180f5b1ccb383c0fdbc827daf Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 25 Feb 2023 20:10:23 -0500 Subject: [PATCH] [Cleanup] Remove class EGNode from mob.h (#3003) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index 1a59576da..0dc2efe8e 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -42,7 +42,6 @@ char* strn0cpy(char* dest, const char* source, uint32 size); #define MAX_SPECIAL_ATTACK_PARAMS 8 -class EGNode; class Client; class EQApplicationPacket; class Group;