[telepathy-sofiasip/master] Removed code for a 'peer' property which was never implemented

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Fri Jan 8 10:38:35 PST 2010


---
 src/sip-media-channel.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c
index 9ef78c6..0f97556 100644
--- a/src/sip-media-channel.c
+++ b/src/sip-media-channel.c
@@ -100,7 +100,6 @@ enum
   PROP_TARGET_ID,
   PROP_INITIATOR,
   PROP_INITIATOR_ID,
-  PROP_PEER,
   PROP_REQUESTED,
   PROP_INTERFACES,
   PROP_CHANNEL_DESTROYED,
@@ -400,20 +399,6 @@ tpsip_media_channel_get_property (GObject    *object,
       else
         g_value_set_static_string (value, "");
       break;
-    case PROP_PEER:
-      {
-        TpHandle peer = 0;
-
-        if (priv->handle != 0)
-          peer = priv->handle;
-        else if (priv->session != NULL)
-          g_object_get (priv->session,
-              "peer", &peer,
-              NULL);
-
-        g_value_set_uint (value, peer);
-        break;
-      }
     case PROP_INITIATOR:
       g_value_set_uint (value, priv->initiator);
       break;
-- 
1.5.6.5




More information about the telepathy-commits mailing list