Commit 694ff01b authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

Removed unused field in SendData struct

parent 60108eae
...@@ -109,7 +109,6 @@ typedef struct { ...@@ -109,7 +109,6 @@ typedef struct {
typedef struct { typedef struct {
gchar *data; gchar *data;
guint data_len; guint data_len;
TurnPriv *priv;
} SendData; } SendData;
static void socket_close (NiceSocket *sock); static void socket_close (NiceSocket *sock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment