summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util.cc b/src/util.cc
index 8be52b68..e5f43ab6 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -3901,13 +3901,6 @@ s32b rescale(s32b x, s32b max, s32b new_max)
return (x * new_max) / max;
}
-/* Nicer wrapper around TERM_XTRA_SCANSUBDIR */
-void scansubdir(cptr dir)
-{
- strnfmt(scansubdir_dir, 1024, "%s", dir);
- Term_xtra(TERM_XTRA_SCANSUBDIR, 0);
-}
-
/*
* Timers
*/