aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/irc.h b/irc.h
index 79faea0b..e702a864 100644
--- a/irc.h
+++ b/irc.h
@@ -60,7 +60,6 @@ typedef struct irc
int pinging;
char *sendbuffer;
char *readbuffer;
- int quit;
int sentbytes;
time_t oldtime;
@@ -92,7 +91,6 @@ typedef struct irc
struct help *help;
struct set *set;
- GIOChannel *io_channel;
gint r_watch_source_id;
gint w_watch_source_id;
gint ping_source_id;