summaryrefslogtreecommitdiff
path: root/src/xtra1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xtra1.cc')
-rw-r--r--src/xtra1.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/xtra1.cc b/src/xtra1.cc
index 1a9a828f..aeb31a06 100644
--- a/src/xtra1.cc
+++ b/src/xtra1.cc
@@ -524,25 +524,6 @@ static void prt_depth(int row, int col)
else
strcpy(depths, "Town/Wild");
}
- else if (depth_in_feet)
- {
- if (dungeon_flags1 & DF1_TOWER)
- {
- (void)strnfmt(depths, 32, "%c%c%c -%d ft",
- d_ptr->short_name[0],
- d_ptr->short_name[1],
- d_ptr->short_name[2],
- dun_level * 50);
- }
- else
- {
- (void)strnfmt(depths, 32, "%c%c%c %d ft",
- d_ptr->short_name[0],
- d_ptr->short_name[1],
- d_ptr->short_name[2],
- dun_level * 50);
- }
- }
else
{
if (dungeon_flags1 & DF1_TOWER)