summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commita59d8968c3bf669790e15a6170577b92f36745b6 (patch)
tree3138fb38a4dedd5dbb81d06f2bc18083294f42f6 /src/dungeon.cc
parent91964ee9dd97c6c41a3551aba5af6fae67989e4f (diff)
Remove dead declarations/code
Tidy up scan_floor a little to avoid unused cases and parameters.
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index dd4142c0..efee209d 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -802,7 +802,7 @@ static void regen_monsters(void)
*
* Should belong to object1.c, renamed to object_decays() -- pelpel
*/
-bool_ decays(object_type *o_ptr)
+static bool_ decays(object_type *o_ptr)
{
u32b f1, f2, f3, f4, f5, esp;