[Cleanup] Remove unused command variables in client.cpp (#3031)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-03-05 12:18:36 -05:00
committed by GitHub
parent 6b65e93a06
commit 9ec4e5ade0
-2
View File
@@ -78,8 +78,6 @@ extern volatile bool is_zone_loaded;
extern WorldServer worldserver;
extern uint32 numclients;
extern PetitionList petition_list;
bool commandlogged;
char entirecommand[255];
void UpdateWindowTitle(char* iNewTitle);