summaryrefslogtreecommitdiff
path: root/src/files.cc
diff options
context:
space:
mode:
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);