summaryrefslogtreecommitdiff
path: root/src/init1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init1.cc')
-rw-r--r--src/init1.cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/init1.cc b/src/init1.cc
index d86fbd4e..e504f5ed 100644
--- a/src/init1.cc
+++ b/src/init1.cc
@@ -1968,24 +1968,6 @@ errr init_player_info_txt(FILE *fp)
/* Next... */
continue;
}
-
-
- /* Process 'K' for "desired skills" */
- if (buf[4] == 'K')
- {
- long val;
- char name[200];
-
- /* Scan for the values */
- if (2 != sscanf(buf + 6, "%ld:%s",
- &val, name)) return (1);
-
- if ((i = find_skill(name)) == -1) return (1);
- s_ptr->skill_ideal[i] = val;
-
- /* Next... */
- continue;
- }
}
/* Process 'N' for "New/Number/Name" */