summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
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
* *********************************************************************** */