From b5035d7e03289d62772f2e254c71bb63f8b4e12b Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:15:03 -0500 Subject: [PATCH] [Commands] Remove #profiledump and #profilereset Commands. (#2546) - These commands don't seem to be used anymore. --- zone/command.h | 5 ----- zone/gm_commands/profilereset.cpp | 8 -------- 2 files changed, 13 deletions(-) delete mode 100755 zone/gm_commands/profilereset.cpp diff --git a/zone/command.h b/zone/command.h index 56a54173f..6ff5e430a 100644 --- a/zone/command.h +++ b/zone/command.h @@ -197,11 +197,6 @@ void command_petitioninfo(Client *c, const Seperator *sep); void command_picklock(Client *c, const Seperator *sep); void command_profanity(Client *c, const Seperator *sep); -#ifdef EQPROFILE -void command_profiledump(Client *c, const Seperator *sep); -void command_profilereset(Client *c, const Seperator *sep); -#endif - void command_proximity(Client *c, const Seperator *sep); void command_push(Client *c, const Seperator *sep); void command_pvp(Client *c, const Seperator *sep); diff --git a/zone/gm_commands/profilereset.cpp b/zone/gm_commands/profilereset.cpp deleted file mode 100755 index 0f98dae23..000000000 --- a/zone/gm_commands/profilereset.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "../client.h" - -void command_profilereset(Client *c, const Seperator *sep) -{ - ResetZoneProfile(); -} -#endif -