Commit 73660fe6 authored by Dafydd Harries's avatar Dafydd Harries

remove unused callbacks

darcs-hash:20070212154110-c9803-b54b3af7f9ffbfcd8e0596a7131c2427738ebfd4.gz
parent dcae5dc4
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
#include "agent.h" #include "agent.h"
#include "udp-fake.h" #include "udp-fake.h"
void
handle_recv (
NiceAgent *agent,
guint stream_id,
guint component_id,
guint len,
gchar *buf,
gpointer user_data)
{
g_assert_not_reached ();
}
int int
main (void) main (void)
{ {
......
...@@ -4,18 +4,6 @@ ...@@ -4,18 +4,6 @@
#include "udp-fake.h" #include "udp-fake.h"
#include "agent.h" #include "agent.h"
void
handle_recv (
NiceAgent *agent,
guint stream_id,
guint component_id,
guint len,
gchar *buf,
gpointer data)
{
g_assert_not_reached ();
}
int int
main (void) main (void)
{ {
......
...@@ -4,18 +4,6 @@ ...@@ -4,18 +4,6 @@
#include "udp-fake.h" #include "udp-fake.h"
#include "agent.h" #include "agent.h"
void
handle_recv (
NiceAgent *agent,
guint stream_id,
guint component_id,
guint len,
gchar *buf,
gpointer data)
{
g_assert_not_reached ();
}
gint gint
main (void) main (void)
{ {
......
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