summaryrefslogtreecommitdiff
path: root/src/files.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-22 13:40:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-22 15:30:23 +0200
commitf7a9a64b585facda723742ef30f02da0a1f48b77 (patch)
treecf60b944e8f2469cf676903991669f3e61fe7d86 /src/files.cc
parent128b467fcc9a36fc1f8d1794f8c66ae1a9d08274 (diff)
Remove !SelfKnowledge
Diffstat (limited to 'src/files.cc')
-rw-r--r--src/files.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/files.cc b/src/files.cc
index 9f1262b0..3b9bc875 100644
--- a/src/files.cc
+++ b/src/files.cc
@@ -2794,15 +2794,6 @@ errr file_character(cptr name, bool_ full)
fprintf (fff, "\n\n");
- /* Emit the self-knowledge lines, even though they duplicate the
- information in the grids (below), because they contain information
- that's not in the grids (racial abilities, luck, etc.). */
- if (full)
- {
- self_knowledge(fff);
- fprintf(fff, "\n\n");
- }
-
/* adds and slays */
display_player (2);
file_character_print_grid(fff, FALSE, TRUE);