summaryrefslogtreecommitdiff
path: root/src/notes.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commit10cae3d5dd2128db2899fe0e3cd808edec5b33b3 (patch)
tree32c23f9b2dd62a264b17a6285372f25861f4ed69 /src/notes.cc
parentc3b0ab778853a33620e84793a3c6bdb53c9be0ab (diff)
Remove depth_in_feet option; always use level
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notes.cc b/src/notes.cc
index 5d999fa3..ecc64d43 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -99,7 +99,6 @@ void add_note(char *note, char code)
/* Get depth */
if (!dun_level) strcpy(depths, " Town");
- else if (depth_in_feet) sprintf(depths, "%4dft", dun_level * 50);
else sprintf(depths, "Lev%3d", dun_level);
/* Make note */