summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-28 23:47:56 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-29 01:07:35 +0100
commitc433d949e7be797fb8662d2efa3ec73c12c6469a (patch)
tree182703d56800936fe36d9904f22407f7e4cbad9e /crawl-ref/source/mpr.h
parentdcc0ed19d09e205c10bddb627c27520477f126f0 (diff)
downloadcrawl-ref-c433d949e7be797fb8662d2efa3ec73c12c6469a.tar.gz
crawl-ref-c433d949e7be797fb8662d2efa3ec73c12c6469a.zip
Remove mpr_nocap().
No particular reason, other than consistency. And all but two used wasteful double-conversion, so this is not a speed regression.
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index 7c05e85fd4..0e2d14f5d8 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -88,8 +88,6 @@ msg_colour_type msg_colour(int colour);
void mpr(string text);
void mpr_nojoin(msg_channel_type channel, string text);
-void mpr_nocap(string text, msg_channel_type channel=MSGCH_PLAIN,
- int param=0, bool nojoin=false);
// 4.1-style mpr, currently named mprf for minimal disruption.
void mprf(msg_channel_type channel, int param, PRINTF(2, ));