summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:43 -0800
commitd955c2c1d4c5aef619c769d6e6497adc7359a57d (patch)
tree0636e8c24902f156df557d7fda22f601a02074cf /crawl-ref/source/mpr.h
parent66dae41a9b809f09ec17aef50dabb9e84dfee64f (diff)
downloadcrawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.tar.gz
crawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.zip
Remove mstuff2.h and mstuff2 references
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index 80bb71d257..5ccc14774f 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -69,16 +69,6 @@ enum msg_colour_type
MSGCOL_PLAIN // same as plain channel
};
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - acr - bang - beam - chardump - command - debug -
- * decks - direct - effects - fight - files - food - it_use2 -
- * it_use3 - item_use - items - macro - misc - monplace -
- * monstuff - mstuff2 - mutation - ouch - overmap - player -
- * religion - shopping - skills - spell - spl-book - spells -
- * spells1 - spells2 - spells3 - spells4 - stuff - transfor -
- * view
- * *********************************************************************** */
void mpr(const char *inf, msg_channel_type channel = MSGCH_PLAIN, int param=0);
// 4.1-style mpr, currently named mprf for minimal disruption.