summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 09:03:37 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 09:03:37 +0000
commit14f96d4f59e4c91915bb15d2f4ca845e6e2e459e (patch)
tree0d4e442574394649b916aaecef060cda9a6c4282 /crawl-ref/source/chardump.cc
parent42d4567bed5358f70d8205f17f65c380e6ad65f7 (diff)
downloadcrawl-ref-14f96d4f59e4c91915bb15d2f4ca845e6e2e459e.tar.gz
crawl-ref-14f96d4f59e4c91915bb15d2f4ca845e6e2e459e.zip
Remove unneeded methods (including the old resistance screen), rename
debugging functions, and some other clean-up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5757 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/chardump.cc')
-rw-r--r--crawl-ref/source/chardump.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/crawl-ref/source/chardump.cc b/crawl-ref/source/chardump.cc
index ee4a0b3c9b..9a1eb2f921 100644
--- a/crawl-ref/source/chardump.cc
+++ b/crawl-ref/source/chardump.cc
@@ -1262,26 +1262,6 @@ void display_notes()
redraw_screen();
}
-void resists_screen()
-{
-#ifdef USE_TILE
- mouse_control mc(MOUSE_MODE_MORE);
-#endif
-
- std::vector<formatted_string> vfs = get_full_detail(false);
- clrscr();
- cgotoxy(1,1);
- textcolor(LIGHTGREY);
-
- formatted_scroller scr;
- scr.set_tag("resists");
- for ( unsigned i = 0; i < vfs.size(); ++i )
- scr.add_item_formatted_string(vfs[i]);
-
- scr.show();
- redraw_screen();
-}
-
#ifdef DGL_WHEREIS
///////////////////////////////////////////////////////////////////////////
// whereis player