diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 9c5b066e..6db1c1bd 100644 --- a/src/common.h +++ b/src/common.h @@ -105,8 +105,6 @@ const char *get_irssi_config(void); #define i_isxdigit(x) isxdigit((int) (unsigned char) (x)) typedef struct _IPADDR IPADDR; -typedef struct _CONFIG_REC CONFIG_REC; -typedef struct _CONFIG_NODE CONFIG_NODE; typedef struct _LINEBUF_REC LINEBUF_REC; typedef struct _NET_SENDBUF_REC NET_SENDBUF_REC; |