diff options
author | James Booth <boothj5@gmail.com> | 2012-08-19 01:54:07 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-08-19 01:54:07 +0100 |
commit | 53bff1b73ab701ffa9584bee3f6aedecdb15b023 (patch) | |
tree | 0770a8f3ade553a1b6557732889b0ee8af5b273c /src | |
parent | e4ac23e9a654004e8e5806c11353887cc1a1aafb (diff) | |
download | profani-tty-53bff1b73ab701ffa9584bee3f6aedecdb15b023.tar.gz |
Removed log reference from jabber.c
Diffstat (limited to 'src')
-rw-r--r-- | src/jabber.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jabber.c b/src/jabber.c index 1aec1c05..a7f08de8 100644 --- a/src/jabber.c +++ b/src/jabber.c @@ -35,9 +35,6 @@ #define PING_INTERVAL 120000 // 2 minutes -// log reference -extern FILE *logp; - static struct _jabber_conn_t { xmpp_log_t *log; xmpp_ctx_t *ctx; |