summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ruprecht <maiku@pidgin.im>2009-10-27 21:18:41 +0000
committerMichael Ruprecht <maiku@pidgin.im>2009-10-27 21:18:41 +0000
commita34b6da90dec22f8ac574cfcfa900598f40b76dc (patch)
treef974692a548cdd1bad05a86fae7076d3a46cf690
parent22e251e7d78be27cc97c7be87e55e590cc7c9da0 (diff)
downloadpidgin-a34b6da90dec22f8ac574cfcfa900598f40b76dc.tar.gz
Remove the volume property from the PurpleMediaStream structure.
-rw-r--r--libpurple/media/media.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/media/media.c b/libpurple/media/media.c
index 0c4fe94fb1..3cb220e4cd 100644
--- a/libpurple/media/media.c
+++ b/libpurple/media/media.c
@@ -81,7 +81,6 @@ struct _PurpleMediaStream
{
PurpleMediaSession *session;
gchar *participant;
- GstElement *volume;
GList *local_candidates;
GList *remote_candidates;