aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_contact.c')
-rw-r--r--src/gnunet_chat_contact.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c
index c023258..e539245 100644
--- a/src/gnunet_chat_contact.c
+++ b/src/gnunet_chat_contact.c
@@ -33,8 +33,6 @@ contact_create_from_member (struct GNUNET_CHAT_Handle *handle,
33 contact->handle = handle; 33 contact->handle = handle;
34 contact->context = NULL; 34 contact->context = NULL;
35 35
36 // TODO: search for private context? create private context?
37
38 contact->member = member; 36 contact->member = member;
39 37
40 contact->user_pointer = NULL; 38 contact->user_pointer = NULL;