[next] telepathy-glib: TpBaseConnectionCreateChannelFactoriesImpl: fully remove

Simon McVittie smcv at kemper.freedesktop.org
Wed May 2 04:26:10 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 9f7060ad767be7d2c62b264db13b68f10274371d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9f7060ad767be7d2c62b264db13b68f10274371d

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue May  1 13:13:40 2012 +0100

TpBaseConnectionCreateChannelFactoriesImpl: fully remove

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49338
Reviewed-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 docs/reference/telepathy-glib-sections.txt |    1 -
 telepathy-glib/base-connection.h           |    4 ----
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt
index bee5720..74c13ba 100644
--- a/docs/reference/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib-sections.txt
@@ -41,7 +41,6 @@ TP_USER_ACTION_TIME_CURRENT_TIME
 TP_INTERNAL_CONNECTION_STATUS_NEW
 TpBaseConnection
 TpBaseConnectionClass
-TpBaseConnectionCreateChannelFactoriesImpl
 TpBaseConnectionCreateChannelManagersImpl
 TpBaseConnectionCreateHandleReposImpl
 TpBaseConnectionGetUniqueConnectionNameImpl
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 4b4157e..2cc440e 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -46,10 +46,6 @@ typedef gboolean (*TpBaseConnectionStartConnectingImpl) (
 typedef void (*TpBaseConnectionCreateHandleReposImpl) (TpBaseConnection *self,
     TpHandleRepoIface *repos[TP_NUM_HANDLE_TYPES]);
 
-
-typedef GPtrArray *(*TpBaseConnectionCreateChannelFactoriesImpl) (
-    TpBaseConnection *self);
-
 typedef GPtrArray *(*TpBaseConnectionCreateChannelManagersImpl) (
     TpBaseConnection *self);
 



More information about the telepathy-commits mailing list