summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9d77b12e49..efce88b640 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1754,7 +1754,6 @@ enum msg_channel_type
MSGCH_MULTITURN_ACTION, // delayed action messages
MSGCH_DIAGNOSTICS, // various diagnostic messages
MSGCH_TUTORIAL, // messages for tutorial
- MSGCH_DANGER_MAGIC, // low magic warning
NUM_MESSAGE_CHANNELS // always last
};