From 34cc3ee5d9832be20c635849dc592611c4697f2c Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 30 Jun 2007 15:17:02 +0000 Subject: The tutorial now uses set_more() to display the ability-menu help (so Menu doesn't need to be aware of the tutorial.) set_more() support with multi-line strings will only work if there are enough free lines; it doesn't (yet) reduce pagesize. Also, it doesn't handle newlines which aren't EOLs. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1700 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/items.cc') diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index 80d9edbc56..ac28060190 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -617,10 +617,6 @@ static int item_name_specialness(const item_def& item) return 0; } -/* - * Takes keyin as an argument because it will only display a long list of items - * if ; is pressed. - */ void item_check(bool verbose) { -- cgit v1.2.3-54-g00ecf