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 -