diff libpurple/media.h @ 26383:5c2d82afe578

Remove purple_media_remove_stream as purple_media_end does what it was supposed to do.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 30 Mar 2009 23:50:44 +0000
parents d254bc6b4d60
children bea334b214fa
line wrap: on
line diff
--- a/libpurple/media.h	Mon Mar 30 23:09:40 2009 +0000
+++ b/libpurple/media.h	Mon Mar 30 23:50:44 2009 +0000
@@ -393,15 +393,6 @@
 		guint num_params, GParameter *params);
 
 /**
- * Removes a stream from a session.
- *
- * @param media The media object to find the session in.
- * @param sess_id The session id of the session to remove the stream from.
- * @param who The name of the remote user to remove the stream from.
- */
-void purple_media_remove_stream(PurpleMedia *media, const gchar *sess_id, const gchar *who);
-
-/**
  * Gets the session type from a session
  *
  * @param media The media object to find the session in.