From 021f04c17d43762856935f152dbdf74d40d7c3dc Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:10:19 -0400 Subject: [PATCH] [Cleanup] Remove command_unlock from zone/command.h (#3431) # Notes - This is unused. --- zone/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.h b/zone/command.h index 7f589038f..ca5003181 100644 --- a/zone/command.h +++ b/zone/command.h @@ -273,7 +273,6 @@ void command_trapinfo(Client *c, const Seperator *sep); void command_tune(Client *c, const Seperator *sep); void command_undye(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_unmemspells(Client *c, const Seperator *sep); void command_unscribespell(Client *c, const Seperator *sep);