diff options
Diffstat (limited to 'src/chat/messenger.h')
-rw-r--r-- | src/chat/messenger.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chat/messenger.h b/src/chat/messenger.h index 3ab1910..ad063d4 100644 --- a/src/chat/messenger.h +++ b/src/chat/messenger.h | |||
@@ -32,8 +32,6 @@ typedef struct MESSENGER_Application MESSENGER_Application; | |||
32 | typedef struct CHAT_MESSENGER_Handle | 32 | typedef struct CHAT_MESSENGER_Handle |
33 | { | 33 | { |
34 | struct GNUNET_CHAT_Handle *handle; | 34 | struct GNUNET_CHAT_Handle *handle; |
35 | struct GNUNET_SCHEDULER_Task *quit; | ||
36 | struct GNUNET_SCHEDULER_Task *idle; | ||
37 | } CHAT_MESSENGER_Handle; | 35 | } CHAT_MESSENGER_Handle; |
38 | 36 | ||
39 | /** | 37 | /** |