From 452389b7a5cbb9e8e11bdb1e6da4f5bdb0e01caf Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:24:08 -0400 Subject: [PATCH] [Cleanup] Remove class EQStream from client.h (#3070) # Notes - This is unused. --- zone/client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/client.h b/zone/client.h index 2120f159a..61954e3cb 100644 --- a/zone/client.h +++ b/zone/client.h @@ -20,7 +20,6 @@ class Client; class EQApplicationPacket; -class EQStream; class DynamicZone; class Expedition; class ExpeditionLockoutTimer;