summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-12-21 13:20:38 +0000
committersabetts <sabetts>2001-12-21 13:20:38 +0000
commitbf97100618c4808f0e6d204c77290e4494e28e6e (patch)
treea521998ab12620a506de7fd7dfb7ed00f0c3ae91 /src/actions.c
parentc5995edc3fff861cdf699e00f82f930c723ffe1b (diff)
downloadratpoison-bf97100618c4808f0e6d204c77290e4494e28e6e.zip
* src/actions.c (user_commands): remove "license" from the
unimplemented section.
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c1
1 files changed, 0 insertions, 1 deletions
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},