summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index ae6f54c6..3851edf7 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -75,7 +75,6 @@
75typedef struct { 75typedef struct {
76 uint8_t ipv6enabled; 76 uint8_t ipv6enabled;
77 uint8_t udp_disabled; 77 uint8_t udp_disabled;
78 uint8_t proxy_enabled;
79 TCP_Proxy_Info proxy_info; 78 TCP_Proxy_Info proxy_info;
80} Messenger_Options; 79} Messenger_Options;
81 80