From f4a70eff439011efa9f25636b389d85afdce1099 Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:58:01 -0500 Subject: [PATCH] [Commands] Remove #d1 Command. (#1733) - Remove unused command. --- zone/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.h b/zone/command.h index b2ba6e7b7..eed9ac642 100644 --- a/zone/command.h +++ b/zone/command.h @@ -76,7 +76,6 @@ void command_corpse(Client *c, const Seperator *sep); void command_corpsefix(Client *c, const Seperator *sep); void command_crashtest(Client *c, const Seperator *sep); void command_cvs(Client *c, const Seperator *sep); -void command_d1(Client *c, const Seperator *sep); void command_damage(Client *c, const Seperator *sep); void command_databuckets(Client *c, const Seperator *sep); void command_date(Client *c, const Seperator *sep);