summaryrefslogtreecommitdiff
path: root/src/modules.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-25 19:52:15 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-25 20:00:34 +0200
commitae84c35896708f96e11e1899e664aef17d176393 (patch)
tree23beebc283f59b9238e7a76d1a6cdfc24d17aabf /src/modules.cc
parent608bd67cf9be8a0b7f7edf44913a4a3b259c9a45 (diff)
Remove ANGBAND_DIR_CMOV
It's unused since the removal of cmovie support.
Diffstat (limited to 'src/modules.cc')
-rw-r--r--src/modules.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.cc b/src/modules.cc
index 7b11b568..7d1f0acb 100644
--- a/src/modules.cc
+++ b/src/modules.cc
@@ -42,7 +42,6 @@ void module_reset_dir(cptr dir, cptr new_path)
if (!strcmp(dir, "xtra")) d = &ANGBAND_DIR_XTRA;
if (!strcmp(dir, "user")) d = &ANGBAND_DIR_USER;
if (!strcmp(dir, "note")) d = &ANGBAND_DIR_NOTE;
- if (!strcmp(dir, "cmov")) d = &ANGBAND_DIR_CMOV;
if (
!strcmp(dir, "user") ||
!strcmp(dir, "note") ||