From 94f5e22fbf155edf0571d69741cafdddf48cf27d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 25 Mar 2008 16:28:18 +0000 Subject: Applying static method conventions to acr.cc and items.cc - this resulted in removing several unused functions from the latter file. Renaming tiles options show_items and title_screen to tile_show_items and tile_title_screen. And as usual, cleaning up tiles code some more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3876 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'crawl-ref/source/items.h') diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h index 8b64cd43d7..14bdb971a4 100644 --- a/crawl-ref/source/items.h +++ b/crawl-ref/source/items.h @@ -61,12 +61,6 @@ void link_items(void); * *********************************************************************** */ void fix_item_coordinates(void); -// last updated: 19apr2001 {gdl} -/* *********************************************************************** - * called from: dungeon - * *********************************************************************** */ -int cull_items(void); - // last updated: 16oct2001 -- bwr int get_item_slot( int reserve = 50 ); @@ -121,10 +115,6 @@ void drop(void); * *********************************************************************** */ int inv_count(void); -void show_items(); - -void cmd_destroy_item( void ); - bool pickup_single_item(int link, int qty); bool drop_item( int item_dropped, int quant_drop, bool try_offer = false ); @@ -133,7 +123,6 @@ int get_equip_slot(const item_def *item); void origin_set(int x, int y); void origin_set_monster(item_def &item, const monsters *monster); -void origin_freeze(item_def &item, int x, int y); bool origin_known(const item_def &item); bool origin_describable(const item_def &item); std::string origin_desc(const item_def &item); -- cgit v1.2.3-54-g00ecf