pidgin.vv: 697045fc: Comment out purple_media_get_active_{loc...

maiku at soc.pidgin.im maiku at soc.pidgin.im
Tue Mar 31 01:00:53 EDT 2009


-----------------------------------------------------------------
Revision: 697045fccf07adc2ec79eb7faad06be1c0c01705
Ancestor: 4688be6454ea70cb7cdff8e960abefcbeb6b3899
Author: maiku at soc.pidgin.im
Date: 2009-03-31T04:05:57
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/697045fccf07adc2ec79eb7faad06be1c0c01705

Modified files:
        libpurple/media.c libpurple/media.h

ChangeLog: 

Comment out purple_media_get_active_{local,remote}_candidates.

-------------- next part --------------
============================================================
--- libpurple/media.c	b2c3bbe58d56921328fae0cca3276b33403511f4
+++ libpurple/media.c	22562c33d71f59c3d26cc0ccc41344db64dd2b99
@@ -1957,6 +1957,12 @@ purple_media_add_remote_candidates(Purpl
 #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 *name)
@@ -1986,6 +1992,7 @@ purple_media_get_active_remote_candidate
 	return NULL;
 #endif
 }
+#endif
 
 gboolean
 purple_media_set_remote_codecs(PurpleMedia *media, const gchar *sess_id, const gchar *name, GList *codecs)
============================================================
--- libpurple/media.h	1947abfdcb3d362afd6090de93d397286039a12c
+++ libpurple/media.h	b55877538f1fc42a2a5b43bcf23ee11e3117511c
@@ -438,6 +438,12 @@ GList *purple_media_get_local_candidates
 					 const gchar *sess_id,
 					 const gchar *name);
 
+#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.
+ */
+
 /**
  * Gets the active local candidates for the stream.
  *
@@ -461,6 +467,7 @@ GList *purple_media_get_active_remote_ca
  */
 GList *purple_media_get_active_remote_candidates(PurpleMedia *media,
 		const gchar *sess_id, const gchar *name);
+#endif
 
 /**
  * Gets remote candidates from the stream.


More information about the Commits mailing list