pidgin.vv: 285d61d8: Remove purple_media_remove_stream as pur...

maiku at soc.pidgin.im maiku at soc.pidgin.im
Mon Mar 30 22:35:49 EDT 2009


-----------------------------------------------------------------
Revision: 285d61d81bfd6e17212a4891c12c7ecd61999814
Ancestor: f93c926420656aa3d924f5f56a0c1f6d6bd51e04
Author: maiku at soc.pidgin.im
Date: 2009-03-30T23:50:44
Branch: im.pidgin.pidgin.vv
URL: http://d.pidgin.im/viewmtn/revision/info/285d61d81bfd6e17212a4891c12c7ecd61999814

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

ChangeLog: 

Remove purple_media_remove_stream as purple_media_end does what it was 
supposed to do.

-------------- next part --------------
============================================================
--- libpurple/media.c	b586b86e33379d00cc842076ec7ad27ba3ddda4c
+++ libpurple/media.c	2890709a9ba5d2d71ed285de13b0089668cc71e0
@@ -1901,12 +1901,6 @@ purple_media_add_stream(PurpleMedia *med
 #endif
 }
 
-void
-purple_media_remove_stream(PurpleMedia *media, const gchar *sess_id, const gchar *who)
-{
-	/* Add state-changed end emits in here when this is implemented */
-}
-
 PurpleMediaSessionType
 purple_media_get_session_type(PurpleMedia *media, const gchar *sess_id)
 {
============================================================
--- libpurple/media.h	55d5c4fb470668dcae3393995dad7e830e30a812
+++ libpurple/media.h	6484c60da3122fdfe1065fd0bd1475583a58abd9
@@ -393,15 +393,6 @@ gboolean purple_media_add_stream(PurpleM
 		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.


More information about the Commits mailing list