--- a/libpurple/protocols/jabber/jingle/iceudp.c Thu Jan 17 05:00:00 2013 -0500 +++ b/libpurple/protocols/jabber/jingle/iceudp.c Thu Jan 17 05:14:25 2013 -0500 @@ -171,7 +171,6 @@ klass->parent_class.add_local_candidate = jingle_iceudp_add_local_candidate; klass->parent_class.get_remote_candidates = jingle_iceudp_get_remote_candidates; - g_object_class_install_property(gobject_class, PROP_LOCAL_CANDIDATES, g_param_spec_pointer("local-candidates", "Local candidates", @@ -307,7 +306,7 @@ iceudp->priv->local_candidates, iceudp_candidate); } -GList * +static GList * jingle_iceudp_get_remote_candidates(JingleTransport *transport) { JingleIceUdp *iceudp = JINGLE_ICEUDP(transport);