diff -r 570072d935ba -r 82c2a0739efe src/protocols/bonjour/jabber.h --- a/src/protocols/bonjour/jabber.h Sat Jul 01 18:39:13 2006 +0000 +++ b/src/protocols/bonjour/jabber.h Sat Jul 01 22:32:20 2006 +0000 @@ -28,11 +28,8 @@ #include "account.h" -#define DOCTYPE_DECLARATION "" -#define STREAM_START "" -#define CONVERSATION_START "" #define STREAM_END "" -#define DOCTYPE "\n" +#define DOCTYPE "\n" typedef struct _BonjourJabber { @@ -47,8 +44,6 @@ gint socket; gint watcher_id; gchar* buddy_name; - gboolean start_step_one; - gboolean start_step_two; gboolean stream_started; gint message_id; } BonjourJabberConversation;