[Cleanup] holdzones not used. (#1852)

Fixes #1116.
This commit is contained in:
JJ 2021-11-28 22:35:52 -05:00 committed by GitHub
parent f70b4a79b2
commit d972183a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -119,7 +119,6 @@ EQ::Random emu_random;
volatile bool RunLoops = true;
uint32 numclients = 0;
uint32 numzones = 0;
bool holdzones = false;
const WorldConfig *Config;
EQEmuLogSys LogSys;
WorldContentService content_service;

View File

@ -30,7 +30,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "world_store.h"
extern uint32 numzones;
extern bool holdzones;
extern EQ::Random emu_random;
extern WebInterfaceList web_interface;
volatile bool UCSServerAvailable_ = false;