summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 16:28:18 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 16:28:18 +0000
commit94f5e22fbf155edf0571d69741cafdddf48cf27d (patch)
tree5fdd69546031f4d8ab81b81a9f06b2bf1673afb1 /crawl-ref/source/items.h
parentbf3c2bf4c360a72920b73406bd069d004c9585b4 (diff)
downloadcrawl-ref-94f5e22fbf155edf0571d69741cafdddf48cf27d.tar.gz
crawl-ref-94f5e22fbf155edf0571d69741cafdddf48cf27d.zip
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
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h11
1 files changed, 0 insertions, 11 deletions
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);