From c05baac5513437734d862a72ce2dc69d809bb99a Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:24:53 -0400 Subject: [PATCH] [Cleanup] Remove CLIENT_TIMEOUT from world/client.h and zone/client.h (#3071) # Notes - This is unused. --- world/client.h | 2 -- zone/client.h | 1 - 2 files changed, 3 deletions(-) diff --git a/world/client.h b/world/client.h index d4ff39f31..dd53f780c 100644 --- a/world/client.h +++ b/world/client.h @@ -28,8 +28,6 @@ #include "../common/eq_packet_structs.h" #include "cliententry.h" -#define CLIENT_TIMEOUT 30000 - class EQApplicationPacket; class EQStreamInterface; diff --git a/zone/client.h b/zone/client.h index 61954e3cb..57c4b54e1 100644 --- a/zone/client.h +++ b/zone/client.h @@ -83,7 +83,6 @@ namespace EQ #include -#define CLIENT_TIMEOUT 90000 #define CLIENT_LD_TIMEOUT 30000 // length of time client stays in zone after LDing #define TARGETING_RANGE 200 // range for /assist and /target #define XTARGET_HARDCAP 20