summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index b4d58cbfb1..e5252b3ba3 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -121,10 +121,6 @@ struct monsterentry
* *********************************************************************** */
void init_monsters( FixedVector<unsigned short, 1000>& colour );
-// this is the old monam(), ptr_monam()
-std::string str_monam(const monsters& mon, description_level_type desc,
- bool force_seen = false);
-
// this is the old moname()
std::string mons_type_name(int type, description_level_type desc );