summaryrefslogtreecommitdiff
path: root/src/xtra2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-19 18:44:20 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-19 19:32:45 +0100
commit56d359f285b8c73a9fb752f6fb4cd00ecaecba6e (patch)
tree376de690949125b2fab952750aa7277e99a7f49d /src/xtra2.c
parentaa87bec3246b8441343317f0e26e97edb00f6a75 (diff)
Remove IRC functionality and socket code.
Diffstat (limited to 'src/xtra2.c')
-rw-r--r--src/xtra2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra2.c b/src/xtra2.c
index e81db1da..90e71ce0 100644
--- a/src/xtra2.c
+++ b/src/xtra2.c
@@ -5146,7 +5146,7 @@ void resize_window(void)
p_ptr->window |= (PW_INVEN | PW_EQUIP | PW_PLAYER);
/* Window stuff */
- p_ptr->window |= (PW_M_LIST | PW_IRC | PW_MESSAGE | PW_OVERHEAD |
+ p_ptr->window |= (PW_M_LIST | PW_MESSAGE | PW_OVERHEAD |
PW_MONSTER | PW_OBJECT);