aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index 8e75a8ae..112a05a7 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -63,12 +63,12 @@ static int tray_only;
63/** 63/**
64 * Head of operations. 64 * Head of operations.
65 */ 65 */
66static struct OperationContext *oc_head; 66//static struct OperationContext *oc_head;
67 67
68/** 68/**
69 * Tail of operations. 69 * Tail of operations.
70 */ 70 */
71static struct OperationContext *oc_tail; 71//static struct OperationContext *oc_tail;
72 72
73/** 73/**
74 * Possible states of the phone. 74 * Possible states of the phone.
@@ -188,7 +188,7 @@ static struct CallList *cl_tail;
188 * Desired phone line. 188 * Desired phone line.
189 */ 189 */
190static unsigned int line; 190static unsigned int line;
191static unsigned int line1; 191//static unsigned int line1;
192 192
193/** 193/**
194 * Our speaker. 194 * Our speaker.
@@ -204,8 +204,8 @@ static struct GNUNET_MICROPHONE_Handle *mic;
204 * Our configurations. 204 * Our configurations.
205 */ 205 */
206static struct GNUNET_CONFIGURATION_Handle *cfg; 206static struct GNUNET_CONFIGURATION_Handle *cfg;
207static struct GNUNET_CONFIGURATION_Handle *cfg1; 207//static struct GNUNET_CONFIGURATION_Handle *cfg1;
208static struct GNUNET_CONFIGURATION_Handle *cfg2; 208//static struct GNUNET_CONFIGURATION_Handle *cfg2;
209 209
210 210
211/** 211/**