summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 08:03:10 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-13 08:03:10 +0000
commit6be49f6bbc97b009200844fd8f3d6f8f07dacacf (patch)
tree3dc151b367505bc35dcc48a4098a8d557a4ab22b /crawl-ref/source/randart.h
parent0a577362dfe772e6e13eebce39489327b282c98d (diff)
downloadcrawl-ref-6be49f6bbc97b009200844fd8f3d6f8f07dacacf.tar.gz
crawl-ref-6be49f6bbc97b009200844fd8f3d6f8f07dacacf.zip
More naming fixes. We should integrate helmets somehow.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1292 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 5ea7eabe67..48dc10ef84 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -77,18 +77,11 @@ bool make_item_fixed_artefact( item_def &item, bool in_abyss, int which = 0 );
bool make_item_randart( item_def &item );
bool make_item_unrandart( item_def &item, int unrand_index );
-
/* ***********************************************************************
* called from: files - newgame
* *********************************************************************** */
void set_unrandart_exist(int whun, bool is_exist);
-
-/* ***********************************************************************
- * called from: itemname
- * *********************************************************************** */
-void standard_name_armour( const item_def &item, char glorg[ITEMNAME_SIZE] );
-
/* ***********************************************************************
* called from: items
* *********************************************************************** */