summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 03:23:42 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 03:56:00 +0200
commitc65ae1ca380849a0aa399f6c612ea260d6a2e5c1 (patch)
treea50a2e128be90f835db958832ffce7ff88aec6a1 /src/externs.h
parentfebe9390ea25100616e1db27aff199491dcf25b5 (diff)
Remove unused scansubdir() and TERM_XTRA_SCANSUBDIR
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/externs.h b/src/externs.h
index 854854ea..42b13912 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1927,7 +1927,6 @@ extern void enter_quest(void);
extern void select_bounties(void);
/* util.c */
-extern void scansubdir(cptr dir);
extern s32b rescale(s32b x, s32b max, s32b new_max);
extern bool_ input_box(cptr text, int y, int x, char *buf, int max);
extern void draw_box(int y, int x, int h, int w);