diff options
-rw-r--r-- | src/irc/notifylist/notify-ison.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/irc/notifylist/notify-ison.c b/src/irc/notifylist/notify-ison.c index ba09bb57..74bb4a94 100644 --- a/src/irc/notifylist/notify-ison.c +++ b/src/irc/notifylist/notify-ison.c @@ -32,11 +32,6 @@ #define DEFAULT_NOTIFY_CHECK_TIME "1min" #define DEFAULT_NOTIFY_WHOIS_TIME "5min" -typedef struct { - char *nick; - int hostok; -} ISON_REC; - static int notify_tag; static int notify_whois_time; |