From bf97100618c4808f0e6d204c77290e4494e28e6e Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 21 Dec 2001 13:20:38 +0000 Subject: * src/actions.c (user_commands): remove "license" from the unimplemented section. --- ChangeLog | 3 +++ src/actions.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0439298..d0c8761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-12-21 shawn + * src/actions.c (user_commands): remove "license" from the + unimplemented section. + * src/actions.h (cmd_license): new prototype * src/actions.c (cmd_license): new function diff --git a/src/actions.c b/src/actions.c index 0452c45..3fc733f 100644 --- a/src/actions.c +++ b/src/actions.c @@ -108,7 +108,6 @@ static user_command user_commands[] = implemented. See the screen documentation for what should be emulated with these commands */ #if 0 - {"license", cmd_unimplemented, arg_VOID}, {"msgminwait", cmd_unimplemented, arg_VOID}, {"nethack", cmd_unimplemented, arg_VOID}, {"sleep", cmd_unimplemented, arg_VOID}, -- cgit v1.2.3