forked from github/server
remove legacy msg_level struct (unused).
This commit is contained in:
parent
e570300dbe
commit
83b6db41fe
|
@ -26,7 +26,6 @@ extern "C" {
|
||||||
#include <util/message.h>
|
#include <util/message.h>
|
||||||
|
|
||||||
struct faction;
|
struct faction;
|
||||||
struct msglevel;
|
|
||||||
|
|
||||||
typedef struct mlist {
|
typedef struct mlist {
|
||||||
struct mlist *next;
|
struct mlist *next;
|
||||||
|
@ -39,13 +38,6 @@ extern "C" {
|
||||||
|
|
||||||
void free_messagelist(struct mlist *msgs);
|
void free_messagelist(struct mlist *msgs);
|
||||||
|
|
||||||
typedef struct msglevel {
|
|
||||||
/* used to set specialized msg-levels */
|
|
||||||
struct msglevel *next;
|
|
||||||
const struct message_type *type;
|
|
||||||
int level;
|
|
||||||
} msglevel;
|
|
||||||
|
|
||||||
#define MESSAGE_MISSING_IGNORE 0
|
#define MESSAGE_MISSING_IGNORE 0
|
||||||
#define MESSAGE_MISSING_ERROR 1
|
#define MESSAGE_MISSING_ERROR 1
|
||||||
#define MESSAGE_MISSING_REPLACE 2
|
#define MESSAGE_MISSING_REPLACE 2
|
||||||
|
|
Loading…
Reference in New Issue