summaryrefslogtreecommitdiff
path: root/src/cmd3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd3.c')
-rw-r--r--src/cmd3.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd3.c b/src/cmd3.c
index 34d841d4..c728756a 100644
--- a/src/cmd3.c
+++ b/src/cmd3.c
@@ -68,9 +68,6 @@ void do_cmd_inven(void)
/* Process normal keys */
else
{
- /* Hack -- Use "display" mode */
- command_see = TRUE;
-
/* Mega-Hack -- Don't disable keymaps for this key */
request_command_inven_mode = TRUE;
}
@@ -133,9 +130,6 @@ void do_cmd_equip(void)
/* Process normal keys */
else
{
- /* Enter "display" mode */
- command_see = TRUE;
-
/* Mega-Hack -- Don't disable keymaps for this key */
request_command_inven_mode = TRUE;
}