summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-18 07:21:55 +0000
committersabetts <sabetts>2001-09-18 07:21:55 +0000
commit47f2a130df7a108ef23588b4cc842e393d2f5f51 (patch)
tree1fcb845b8567dff117666bb69649d5ddc972f741 /src/actions.c
parent6f27c1d05acd301d7ce344d3177773b969b1ae65 (diff)
downloadratpoison-47f2a130df7a108ef23588b4cc842e393d2f5f51.zip
* src/actions.c(user_commands)[0]: remove "lastmsg" from the list.
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 7bb7c57..5efcd10 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -95,7 +95,6 @@ static user_command user_commands[] =
implemented. See the screen documentation for what should be
emulated with these commands */
#if 0
- {"lastmsg", cmd_unimplemented, arg_VOID},
{"license", cmd_unimplemented, arg_VOID},
{"msgminwait", cmd_unimplemented, arg_VOID},
{"nethack", cmd_unimplemented, arg_VOID},