summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rwxr-xr-xtoxav/rtp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 58b16ab1..40532391 100755
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -75,7 +75,6 @@ typedef struct _RTPMessage {
75 75
76 uint8_t data[MAX_RTP_SIZE]; 76 uint8_t data[MAX_RTP_SIZE];
77 uint32_t length; 77 uint32_t length;
78 IP_Port from;
79 78
80 struct _RTPMessage *next; 79 struct _RTPMessage *next;
81} RTPMessage; 80} RTPMessage;