[Commands] Remove #profiledump and #profilereset Commands. (#2546)

- These commands don't seem to be used anymore.
This commit is contained in:
Kinglykrab 2022-11-16 08:15:03 -05:00 committed by GitHub
parent 8f1b87c5e4
commit b5035d7e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -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);

View File

@ -1,8 +0,0 @@
#include "../client.h"
void command_profilereset(Client *c, const Seperator *sep)
{
ResetZoneProfile();
}
#endif