summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-10 13:02:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-10 13:02:30 +0200
commit4c2075603a5589e4a8810f06b6f08056a26a0b48 (patch)
tree70f67ab2f0b9b001e1c0b5c93faf7dc94683fbce /crawl-ref/source/mpr.h
parentcd63a29a8262fe9fe1466cb023336b46b703c17d (diff)
downloadcrawl-ref-4c2075603a5589e4a8810f06b6f08056a26a0b48.tar.gz
crawl-ref-4c2075603a5589e4a8810f06b6f08056a26a0b48.zip
Remove an obsolete comment.
What's funny here is that the very next line of code contradicted it, by using a variadic #define. We switched to C99/C++98 features in June 2010.
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index 50b9e0ec6f..b2e70733f3 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -98,7 +98,6 @@ void mprf_nocap(msg_channel_type channel, int param, PRINTF(2, ));
void mprf_nocap(msg_channel_type channel, PRINTF(1, ));
void mprf_nocap(PRINTF(0, ));
-// Yay for C89 and lack of variadic #defines...
#ifdef DEBUG_DIAGNOSTICS
void dprf(PRINTF(0, ));
#else