summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-26 01:17:30 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-26 01:17:30 +0100
commit7833db6708c3754d1024d02803bcc8b07d965a87 (patch)
tree94b33eed3456e47c1b9283beb706487dcfec70be /crawl-ref/source/tutorial.cc
parentdd68487ac79134adf21a4fa52f188a249ad074fb (diff)
downloadcrawl-ref-7833db6708c3754d1024d02803bcc8b07d965a87.tar.gz
crawl-ref-7833db6708c3754d1024d02803bcc8b07d965a87.zip
Don't show descriptions in the message area if pointing at floor/walls.
Suppress the feature descriptions in the message window for boring features like floor and walls. Should make moving around with the mouse less likely to cover up the message area with some meaningless description you didn't even want to see.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 887256ca38..e5fecdda77 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -4837,10 +4837,6 @@ bool tutorial_monster_interesting(const monsters *mons)
return (false);
}
-static void _tutorial_nostat_monster_desc(std::ostringstream &ostr)
-{
-}
-
void tutorial_describe_monster(const monsters *mons, bool has_stat_desc)
{
std::ostringstream ostr;