summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init2.cc b/src/init2.cc
index 7fe78d73..a0616434 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -2247,10 +2247,6 @@ void init_angband(void)
/* Process that file */
process_pref_file(buf);
- /* Load automatizer rules */
- path_build(buf, sizeof(buf), ANGBAND_DIR_USER, "automat.atm");
- automatizer_load(buf);
-
/* Done */
note("[Initialisation complete]");
}