summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-09 09:35:50 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-09 09:35:50 +0000
commit785c184350a4f45e76499b78fbc16d6eaee014cd (patch)
treee2e6051448b60f1e4f8baf0bbbaf64cac5af8c96 /crawl-ref/source/items.cc
parent434bf1751235285cf23ed92c3109af48dc8caf8f (diff)
downloadcrawl-ref-785c184350a4f45e76499b78fbc16d6eaee014cd.tar.gz
crawl-ref-785c184350a4f45e76499b78fbc16d6eaee014cd.zip
Removed another unnecessary duplicate place name function.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@373 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 16c1ab824c..320de6c818 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -990,7 +990,7 @@ static std::string origin_monster_desc(const item_def &item)
static std::string origin_place_desc(const item_def &item)
{
- return prep_branch_level_name(item.orig_place);
+ return prep_branch_level_name(item.orig_place);
}
bool is_rune(const item_def &item)