[Telepathy-commits] [telepathy-gabble/master] removed unused JingleTransportIface produce method

Senko Rasic senko at phyrexia.lan
Tue Dec 2 04:34:05 PST 2008


---
 src/jingle-transport-iface.c |   12 ------------
 src/jingle-transport-iface.h |    4 ----
 2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/jingle-transport-iface.c b/src/jingle-transport-iface.c
index 68f9c2e..9b53e33 100644
--- a/src/jingle-transport-iface.c
+++ b/src/jingle-transport-iface.c
@@ -37,18 +37,6 @@ gabble_jingle_transport_iface_parse_candidates (GabbleJingleTransportIface *self
   return virtual_method (self, node, error);
 }
 
-void
-gabble_jingle_transport_iface_produce (GabbleJingleTransportIface *self,
-    LmMessageNode *node)
-{
-  void (*virtual_method)(GabbleJingleTransportIface *,
-      LmMessageNode *) =
-    GABBLE_JINGLE_TRANSPORT_IFACE_GET_CLASS (self)->produce;
-
-  g_assert (virtual_method != NULL);
-  return virtual_method (self, node);
-}
-
 /* Takes in a list of slice-allocated JingleCandidate structs */
 void
 gabble_jingle_transport_iface_add_candidates (GabbleJingleTransportIface *self,
diff --git a/src/jingle-transport-iface.h b/src/jingle-transport-iface.h
index 5b11c5d..98f5036 100644
--- a/src/jingle-transport-iface.h
+++ b/src/jingle-transport-iface.h
@@ -42,9 +42,6 @@ struct _GabbleJingleTransportIfaceClass {
 
   void (*parse_candidates) (GabbleJingleTransportIface *,
     LmMessageNode *, GError **);
-  void (*produce) (GabbleJingleTransportIface *,
-    LmMessageNode *);
-
   void (*add_candidates) (GabbleJingleTransportIface *,
     GList *);
   void (*retransmit_candidates) (GabbleJingleTransportIface *);
@@ -66,7 +63,6 @@ GType gabble_jingle_transport_iface_get_type (void);
 
 void gabble_jingle_transport_iface_parse_candidates (GabbleJingleTransportIface *,
     LmMessageNode *, GError **);
-void gabble_jingle_transport_iface_produce (GabbleJingleTransportIface *, LmMessageNode *);
 void gabble_jingle_transport_iface_add_candidates (GabbleJingleTransportIface *, GList *);
 void gabble_jingle_transport_iface_retransmit_candidates (GabbleJingleTransportIface *);
 GList *gabble_jingle_transport_iface_get_remote_candidates (GabbleJingleTransportIface *);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list