[Cleanup] Remove command_unlock from zone/command.h (#3431)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-06-24 14:10:19 -04:00 committed by GitHub
parent f7e2dbdce6
commit 021f04c17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,6 @@ void command_trapinfo(Client *c, const Seperator *sep);
void command_tune(Client *c, const Seperator *sep); void command_tune(Client *c, const Seperator *sep);
void command_undye(Client *c, const Seperator *sep); void command_undye(Client *c, const Seperator *sep);
void command_unfreeze(Client *c, const Seperator *sep); void command_unfreeze(Client *c, const Seperator *sep);
void command_unlock(Client *c, const Seperator *sep);
void command_unmemspell(Client *c, const Seperator *sep); void command_unmemspell(Client *c, const Seperator *sep);
void command_unmemspells(Client *c, const Seperator *sep); void command_unmemspells(Client *c, const Seperator *sep);
void command_unscribespell(Client *c, const Seperator *sep); void command_unscribespell(Client *c, const Seperator *sep);