Commit 1346114e authored by Dafydd Harries's avatar Dafydd Harries

remove dead code

darcs-hash:20070122163323-c9803-2d2b155971da0dbf4c85307cd24330b177bcc1c7.gz
parent 9117c6d0
...@@ -568,16 +568,6 @@ void ...@@ -568,16 +568,6 @@ void
ice_agent_set_stun_server (Address *addr, guint16 port) ice_agent_set_stun_server (Address *addr, guint16 port)
{ {
} }
void
ice_agent_handle_packet (
Agent *agent,
Address *from,
guint length,
gchar *buffer)
{
}
*/ */
...@@ -629,28 +619,3 @@ ice_agent_free (Agent *agent) ...@@ -629,28 +619,3 @@ ice_agent_free (Agent *agent)
g_slice_free (Agent, agent); g_slice_free (Agent, agent);
} }
/*
void
ice_agent_got_stun_response (
Agent *agent,
Address *from,
guint from_port,
Address *to,
guint to_port)
{
}
void
ice_agent_got_stun_request (
Agent *agent,
Address *from,
guint from_port,
Address *to,
guint to_port)
{
}
*/
...@@ -70,10 +70,8 @@ struct _candidate ...@@ -70,10 +70,8 @@ struct _candidate
guint id; guint id;
Address addr; Address addr;
Address base_addr; Address base_addr;
// guint sock;
guint16 port; guint16 port;
guint32 priority; guint32 priority;
// Stream *stream;
guint stream_id; guint stream_id;
guint component_id; guint component_id;
// guint generation; // guint generation;
......
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