diff libpurple/media.c @ 31812:539aa44be788

media: allow obtaining active local and remote candidates. Closes #11830
author Marcus Lundblad <ml@update.uu.se>
date Sat, 20 Nov 2010 13:37:33 +0000
parents 1feb2baeac2d
children ea2a155b4439
line wrap: on
line diff
--- a/libpurple/media.c	Sat Nov 20 13:02:08 2010 +0000
+++ b/libpurple/media.c	Sat Nov 20 13:37:33 2010 +0000
@@ -1151,12 +1151,6 @@
 #endif
 }
 
-#if 0
-/*
- * These two functions aren't being used and I'd rather not lock in the API
- * until they are needed. If they ever are.
- */
-
 GList *
 purple_media_get_active_local_candidates(PurpleMedia *media,
 		const gchar *sess_id, const gchar *participant)
@@ -1186,7 +1180,6 @@
 	return NULL;
 #endif
 }
-#endif
 
 gboolean
 purple_media_set_remote_codecs(PurpleMedia *media, const gchar *sess_id,