summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 8b914e39b3..2ca46b9e45 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -16,20 +16,6 @@
#include "enum.h"
#include "mpr.h"
-class message_item {
-public:
- msg_channel_type channel; // message channel
- int param; // param for channel (god, enchantment)
- std::string text; // text of message
- int repeats;
-
- message_item() : channel(NUM_MESSAGE_CHANNELS), param(0), text(""),
- repeats(0)
- {
- }
-};
-
-
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: ability - acr - command - direct - effects - item_use -