diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/os_news.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/core/os_news.c b/src/core/os_news.c index 103c416b2..4ca0e057d 100644 --- a/src/core/os_news.c +++ b/src/core/os_news.c @@ -32,30 +32,6 @@ #define MSG_DELETED_ALL 11 #define MSG_MAX 11 -enum NewsType -{ - NEWS_LOGON, - NEWS_RANDOM, - NEWS_OPER -}; - -struct newsmsgs { - NewsType type; - const char *name; - int msgs[MSG_MAX + 1]; -}; - -struct NewsItem -{ - NewsType type; - uint32 num; - std::string Text; - char who[NICKMAX]; - time_t time; -}; - -std::vector<NewsItem *> News; - struct newsmsgs msgarray[] = { {NEWS_LOGON, "LOGON", {NEWS_LOGON_SYNTAX, |